Music-Generation
Music-Generation copied to clipboard
Implementation of Music Generation in PyTorch
Music-Generation
Implementation of Music Generation in PyTorch where a Recurrent Neural Network based language model is trained on midi dataset to generate completely new music.
Refer this blog post for better understanding
Dataset
The midi dataset can be downloaded here : The MIDI Dataset
Note : Here Nottingham dataset is used,but,you can use any dataset of your choice to generate music of your choice
Requirements
- PyTorch
- Python
- Numpy
- Skimage
- IPython
The work is inspired from this repository and I acknowledge the author completely for his work.This was done as a part of learning.