Generate music using LSTM-based RNN trained on MIDI files.
- LSTM model for sequence generation
- Converts MIDI files into numerical data
- Generates new music sequences
git clone https://github.com/veydantkatyal/music-generator-rnn.git
cd music-generator-rnn
pip install tensorflow numpy music21
- Python 3.x
- TensorFlow/Keras
- NumPy
- Music21
Generated music is saved as a MIDI file.