- WIP project to use an encoder-decoder Recurrent Neural Network with LSTM to generate classical music
- Data was scraped from midiworld.com using code from: link
- The midi files were converted to numpy arrays using code from: link
- The model structure was guided by: link