A Pytorch implementation of MuseGAN
Check out the generated piano music
⭐ Star this project on GitHub — it helps!
MuseGAN is a generative model which allows to generate music.
See demo for more details of training process.
- The model components and utils are under
gan
folder. - The Midi dataset is under
data/utils.py
. - The MuseGAN model wrapper is under
musegan.py
.
To start training your own MuseGAN simply run train.py
script with needed parameters.
This project is licensed under MIT.