Generating artificial music using Recurrent Neural Networks.
Dependencies:
pip install keras
pip install python-midi
Usage:
- Execute
./main.py
To-Do:
- Increase the volume of all the notes in the post-processing stage.
- Optimize the matrix operations using Numpy.