/Mugi

A simple library to generate sound data using evolutionary algorithms.

Primary LanguageJupyter NotebookMozilla Public License 2.0MPL-2.0

Mugi

Generating sound data using evolutionary algorithms.

Running Jupyter Notebooks

Creating virtual environment

virtualenv -p python3 venv 
source venv/bin/activate  # select the file according to your shell

Installing dependencies

make install