Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r9y9/nnmnkwii
Library to build speech synthesis systems designed for easy and fast prototyping.
https://github.com/r9y9/nnmnkwii
machine-learning python speech-processing speech-synthesis text-to-speech voice-conversion
Last synced: 4 days ago
JSON representation
Library to build speech synthesis systems designed for easy and fast prototyping.
- Host: GitHub
- URL: https://github.com/r9y9/nnmnkwii
- Owner: r9y9
- License: other
- Created: 2017-07-05T14:33:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-29T06:29:32.000Z (6 months ago)
- Last Synced: 2024-12-22T23:00:08.887Z (11 days ago)
- Topics: machine-learning, python, speech-processing, speech-synthesis, text-to-speech, voice-conversion
- Language: Python
- Homepage: https://r9y9.github.io/nnmnkwii/latest/
- Size: 79.7 MB
- Stars: 393
- Watchers: 23
- Forks: 73
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![alt text](assets/logo_wide.png)
# nnmnkwii ([nanamin kawaii])
[![][docs-stable-img]][docs-stable-url]
[![][docs-latest-img]][docs-latest-url]
[![PyPI](https://img.shields.io/pypi/v/nnmnkwii.svg)](https://pypi.python.org/pypi/nnmnkwii)
[![Python package](https://github.com/r9y9/nnmnkwii/actions/workflows/ci.yaml/badge.svg)](https://github.com/r9y9/nnmnkwii/actions/workflows/ci.yaml)
[![Build Status](https://app.travis-ci.com/r9y9/nnmnkwii.svg?branch=master)](https://app.travis-ci.com/r9y9/nnmnkwii)
[![codecov](https://codecov.io/gh/r9y9/nnmnkwii/branch/master/graph/badge.svg)](https://codecov.io/gh/r9y9/nnmnkwii)
[![DOI](https://zenodo.org/badge/96328821.svg)](https://zenodo.org/badge/latestdoi/96328821)Library to build speech synthesis systems designed for easy and fast prototyping.
## Documentation
- [**STABLE**][docs-stable-url] — **most recently tagged version of the documentation.**
- [**LATEST**][docs-latest-url] — *in-development version of the documentation.*## Installation
The latest release is availabe on pypi. Assuming you have already ``numpy`` installed, you can install nnmnkwii by:
pip install nnmnkwii
If you want the latest development version, run:
pip install git+https://github.com/r9y9/nnmnkwii
or:
git clone https://github.com/r9y9/nnmnkwii
cd nnmnkwii
python setup.py develop # or installThis should resolve the package dependencies and install ``nnmnkwii`` property.
At the moment, `nnmnkwii.autograd` package depends on [PyTorch](http://pytorch.org/).
If you need autograd features, please install PyTorch as well.## Acknowledgements
The library is inspired by the following open source projects:
- Merlin: https://github.com/CSTR-Edinburgh/merlin
- Librosa: https://github.com/librosa/librosa[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg
[docs-latest-url]: https://r9y9.github.io/nnmnkwii/latest[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: https://r9y9.github.io/nnmnkwii/stableLogo was created by Gloomy Ghost([@740291272](https://github.com/740291272)) ([#40](https://github.com/r9y9/nnmnkwii/issues/40))