Skip to content

codegram/neuralmusic

Repository files navigation

Neuralmusic

An experiment at learning multiple aspects of a signal in parallel.

Development workflow

First of all get the dependencies:

make deps

To develop this project, you want to edit the notebooks under nbs/. So fire up Jupyter with:

make dev

Once you're happy with the changes, just build the project with:

make build

To run the tests (any cell marked with # test will be considered a runnable test):

make test

To build the docs:

make docs

About

Generating music by learning melody and rhythm from MIDI, with fastai 2.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published