This repository implements several approaches to AMC using neural networks.
generate.py
contains functions to generate musicconvert.py
contains functions to convert data between formatsprocessing.py
contains functions to process data for the 2-layer LSTM neural network modelsettings.py
contains settings for processing musical dataprepare/
package contains all modules for processing and preparing data for neural networks (work in progress)models/
package contains neural network models definition
I am working on models and data processing and will release as well as new code, a Jupyter notebook to try out music generation for yourself.