Generate unique piano compositions using this LSTM-based music generator.
- To train your model, use the file 'lstm.ipynb'.
- To create a new song, use the file 'generate.ipynb'.
Make sure to install the required dependencies using the following command:
pip install -r requirements.txt