/SUTD-BeatBrain

AI Music Composer

Primary LanguageJupyter NotebookMIT LicenseMIT

BeatBrain

Codacy Badge

BeatBrain Logo

Installing

Ideally, create a virtualenv or conda env before you begin.

Install python dependencies using pip

Clone This Repository

git clone https://github.com/tasercake/beatbrain
cd beatbrain

Install Python Dependencies

pip install -r requirements.txt

Install Graphviz Binaries

Install the graphviz binaries for model visualization support.

Download graphviz

If you're on Windows, add path/to/graphviz/bin to your System Path: Instructions