Skip to content

Artistic18/Music-Generation-With-Deep-Neural-Networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music-Generation-With-Deep-Neural-Networks

This is a simple project of generating midi music files using a neural network.

Requirements

  • Python 3.x
  • Music21
  • Keras
  • Tensorflow
  • h5py

Steps To Reproduce

To train the network run:

python music.py

Note: You can add your own midi files in the midi_songs directory.

Once the training is complete, You can generate the new midi file using

python generate.py

Final Generated Music

References

https://towardsdatascience.com/how-to-generate-music-using-a-lstm-neural-network-in-keras-68786834d4c5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages