Skip to content

BigBen-L/music_generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

music_generator

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)

how to use data preprocessing

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

About

The project of stat7503

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%