SudharshanShanmugasundaram / Music-Generation

Implementation of Music Generation in PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Implementation of Music Generation in PyTorch

License:MIT License


Languages

Language:Jupyter Notebook 99.0%Language:Python 1.0%