HackerPoet / Composer

Generates video game music using neural networks.
https://youtu.be/UWxfnNXlVy8
1.13k stars 188 forks source link

How do i train with my own .midi files #10

Open Dog-Man42 opened 5 years ago

Dog-Man42 commented 5 years ago

I apologize if this is something obvious, but I stumbled across you video and I just wanted to try to train it to see what different results I get. Im fairly new to programming and i only really know scratch, tibasic, and GDscript(Godot game engine) right now.

BrandonDyer64 commented 5 years ago

Make a Music folder in the project directory with all of your midi files and run python2.7 train.py.

johndpope commented 5 years ago

you probably know this - but all files can be upgraded to python3 by simply running *2to3 .py -w**