Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Music Generation

Given sample MIDI music files, generate new MIDI music files using an LSTM based approach.

Usage

Run the code with python createmusic.py and wait for it to complete at least a 100 iterations.

Samples

A few generated samples are included in the 'samples/Test1' and 'samples/Test2' folders.

Credits

Siraj for the challenge and jiexunsee for the rudimentary-ai-composer