GitHub Repository for 3rd Year Project
The dataset for this project can be found in the /data directory.
The dataset has been built by selected various pieces by Baroque composers from the V3.0.0 Maestro Dataset.
Results are stored in /results directory
The datased used is stored in the /data directory. Parsed notes are stored in the data/notes_parsed directory
Examples of trained models are found in the /models drectory
To start training the LSTM network run model.py:
python3 model.py
Use trained model to create music by running main:
python3 main.py