##Overview Use TensorFlow to generate short sequences of music with a Restricted Boltzmann Machine. This is the code for Generate Music in TensorFlow on YouTube.
##Dependencies
- Tensorflow
- pandas
- numpy
- msgpack
- glob
- tqdm
- mido
Tool timidity to play
Use pip to install any missing dependencies (i.e pip install msgpack)
##Basic Usage To train the model and create music, simply clone this directory and run
python rbm_chords.py
The training data goes in the pop_music_midi folder. You have to use MIDI files. You can find some here. Training will take 5-10 minutes on a modern laptop. The output will be a collection of midi files. You can combine them together with a script if you'd like.
##output
https://github.com/rahuldeo2047/Happy_Music_Generator/tree/master/Generated_Happy_Midi
##Credits Sirology https://github.com/llSourcell/Music_Generator_Demo