The project of stat7503
To do list:
- convert data from MIDI into pianorow format (using pretty-midi library)
- trial different architectures for music generation (LSTM, VAE, GAN)
navigate into data_clean folder, then type following code on terminal
conda env create -f environment.yml
The code above will create a same environment as this project.
For generating cleaned data, type following code on terminal
python3 preprocessing.py ~/path_of_your_midi_files