The MusIc ModelIng toolKIT (mimikit
) is a python package that does Machine Learning with audio data.
Currently, it focuses on training auto-regressive neural networks to generate audio.
but it does also contain an app to perform basic & experimental clustering of audio data in a notebook.
you can install with pip
pip install mimikit[torch]
or with
pip install --upgrade mimikit[torch]
if you are looking for the latest version
for an editable install, you'll need
pip install -e . --config-settings editable_mode=compat
Head straight to the notebooks for example usage of mimikit
, or open them directly in Colab:
You can explore the outputs of different trainings done with mimikit
at this demo website:
https://ktonal.github.io/mimikit-demo-outputs
mimikit
is distributed under the terms of the GNU General Public License v3.0