--
Use TensorFlow to generate short sequences of music with an acoustic model called Restricted Boltzmann Machine
- tensorflow
- pandas
- numpy
- msgpack
- glob
- tqdm
- Install project requirements
pip install -r requirements.txt
- Drop in music files
The training data goes in the midi_data folder. You have to use MIDI files.
- Run script
python music_generator.py
Training will take 5-10 minutes on a modern laptop. The output will be a collection of midi files.