Phani2019 / Music-generation-using-recurrent-neural-networks

Generation of music from a abc-notation inputs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

char-rnn-keras

Multi-layer recurrent neural networks for training and sampling from texts, inspired by karpathy/char-rnn.

Requirements

This code is written in Python 2, and it requires the Keras deep learning library.

Usage

All input data should be placed in the data/ directory. The example input.txt is taken from the Nottingham Dataset (Cleaned).

To train the model with default settings:

$ python train.py

To sample the model:

$ python sample.py 100

Training loss/accuracy is stored in logs/training_log.csv.

About

Generation of music from a abc-notation inputs

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 91.1%Language:Python 8.9%