# mimikit
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.
## Installation
you can install with pip
```shell script
pip install mimikit[torch]
```
or with
```shell script
pip install --upgrade mimikit[torch]
```
if you are looking for the latest version
for an editable install, you'll need
```shell script
pip install -e . --config-settings editable_mode=compat
```
## Usage
Head straight to the [notebooks](https://github.com/ktonal/mimikit-notebooks) for example usage of `mimikit`, or open them directly in Colab:
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ktonal/mimikit-notebooks/blob/main)
## Output Samples
You can explore the outputs of different trainings done with `mimikit` at this demo website:
https://ktonal.github.io/mimikit-demo-outputs
## License
`mimikit` is distributed under the terms of the [GNU General Public License v3.0](https://choosealicense.com/licenses/gpl-3.0/)
Raw data
{
"_id": null,
"home_page": "https://github.com/ktonal/mimikit",
"name": "mimikit",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "audio music sound deep-learning",
"author": "Antoine Daurat",
"author_email": "ktonalberlin@gmail.com",
"download_url": "https://github.com/ktonal/mimikit",
"platform": null,
"description": "# mimikit\n\nThe MusIc ModelIng toolKIT (`mimikit`) is a python package that does Machine Learning with audio data.\n\nCurrently, it focuses on training auto-regressive neural networks to generate audio.\n\nbut it does also contain an app to perform basic & experimental clustering of audio data in a notebook.\n\n## Installation\n\nyou can install with pip\n```shell script\npip install mimikit[torch]\n```\nor with \n```shell script\npip install --upgrade mimikit[torch]\n```\nif you are looking for the latest version\n\nfor an editable install, you'll need\n```shell script\npip install -e . --config-settings editable_mode=compat\n```\n\n## Usage \n\nHead straight to the [notebooks](https://github.com/ktonal/mimikit-notebooks) for example usage of `mimikit`, or open them directly in Colab:\n\n[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ktonal/mimikit-notebooks/blob/main)\n\n## Output Samples\n\nYou can explore the outputs of different trainings done with `mimikit` at this demo website:\n\n https://ktonal.github.io/mimikit-demo-outputs \n\n## License\n\n`mimikit` is distributed under the terms of the [GNU General Public License v3.0](https://choosealicense.com/licenses/gpl-3.0/)\n\n\n",
"bugtrack_url": null,
"license": "GNU General Public License v3 (GPLv3)",
"summary": "Python package for generating audio with neural networks",
"version": "0.4.3",
"split_keywords": [
"audio",
"music",
"sound",
"deep-learning"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "aac2bbce14589cc2bb4fba8a58df92639d4692cef8210900fc3f180c7c27d69d",
"md5": "1493d47fb0331c6f24c06643394d0443",
"sha256": "6d344744abf7c8b0ea2941778ed450684694c6c39d5acbbabd499ae20b67d7df"
},
"downloads": -1,
"filename": "mimikit-0.4.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1493d47fb0331c6f24c06643394d0443",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 116074,
"upload_time": "2023-04-28T03:52:55",
"upload_time_iso_8601": "2023-04-28T03:52:55.751064Z",
"url": "https://files.pythonhosted.org/packages/aa/c2/bbce14589cc2bb4fba8a58df92639d4692cef8210900fc3f180c7c27d69d/mimikit-0.4.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-04-28 03:52:55",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "ktonal",
"github_project": "mimikit",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"requirements": [],
"tox": true,
"lcname": "mimikit"
}