Metadata-Version: 2.1
Name: mimikit
Version: 0.1.0
Summary: Python module for generating audio with neural networks
Home-page: https://github.com/k-tonal/mmk
Author: Antoine Daurat
Author-email: ktonalberlin@gmail.com
License: UNKNOWN
Download-URL: https://github.com/k-tonal/mmk
Keywords: audio music sound deep-learning
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Other Audience
Classifier: Topic :: Multimedia :: Sound/Audio :: Analysis
Classifier: Topic :: Multimedia :: Sound/Audio :: Sound Synthesis
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy (==1.19.1)
Requires-Dist: pandas (==1.1.3)
Requires-Dist: librosa (==0.8)
Requires-Dist: h5py (==2.10.0)
Requires-Dist: tables (==3.5.1)
Requires-Dist: torch (>=1.7.0)
Requires-Dist: pytorch-lightning (==1.1.2)
Requires-Dist: tqdm (==4.42.1)
Requires-Dist: matplotlib (==3.1.3)
Requires-Dist: scipy (==1.4.1)
Requires-Dist: scikit-learn (==0.23.2)
Requires-Dist: soundfile (>=0.10.2)
Requires-Dist: neptune-client (==0.4.130)
Requires-Dist: neptune-contrib (==0.24.9)
Requires-Dist: test-tube (>=0.7.5)
Requires-Dist: ipython (>=7.12.0)

# Music Modelling Kit - MMK

-----

**Table of Contents**

* [Installation](#installation)
* [License](#license)

## Installation

mmk is distributed on [PyPI](https://pypi.org) as a universal
wheel and is available on Linux/macOS and Windows and supports
Python 3.7+ and PyPy.

```bash
$ pip install mmk
```

## License

mmk is distributed under the terms of the [GNU General Public License v3.0](https://choosealicense.com/licenses/gpl-3.0/)


