Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 711 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 711 Bytes

ProjectY3

GitHub Repository for 3rd Year Project

Dataset

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

Results are stored in /results directory

Data

The datased used is stored in the /data directory. Parsed notes are stored in the data/notes_parsed directory

Models

Examples of trained models are found in the /models drectory

Train

To start training the LSTM network run model.py:

python3 model.py

Create music

Use trained model to create music by running main:

python3 main.py