Skip to content

SudharshanShanmugasundaram/Music-Generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. PyTorch
  2. Python
  3. Numpy
  4. Skimage
  5. 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.