Library to build speech synthesis systems for fast prototyping
Project Links
Meta
Author: Ryuichi Yamamoto
Classifiers
Operating System
- Microsoft :: Windows
- POSIX
- Unix
- MacOS
Programming Language
- Python
- Python :: 3
- Python :: 3.6
- Python :: 3.7
- Python :: 3.8
- Python :: 3.9
- Python :: 3.10
License
- OSI Approved :: MIT License
Topic
- Scientific/Engineering
- Software Development
Intended Audience
- Science/Research
- Developers

nnmnkwii ([nanamin kawaii])
Library to build speech synthesis systems designed for easy and fast prototyping.
Documentation
- STABLE — most recently tagged version of the documentation.
- LATEST — 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 install
This should resolve the package dependencies and install nnmnkwii property.
At the moment, nnmnkwii.autograd package depends on PyTorch.
If you need autograd features, please install PyTorch as well.
Acknowledgements
The library is inspired by the following open source projects:
Logo was created by Gloomy Ghost(@740291272) (#40)
0.1.3
Jun 29, 2024
0.1.2
Feb 03, 2023
0.1.1
Jan 04, 2022
0.1.0
Aug 11, 2021
0.0.23
May 15, 2021
0.0.22
Dec 25, 2020
0.0.21
Aug 13, 2020
0.0.20
Mar 02, 2020
0.0.19
Jul 06, 2019
0.0.18
May 31, 2019
0.0.17
Dec 25, 2018
0.0.16
Aug 23, 2018
0.0.15
Jul 12, 2018
0.0.14
Jun 06, 2018
0.0.13
Jan 23, 2018
0.0.12
Jan 03, 2018
0.0.11
Dec 22, 2017
0.0.10
Dec 05, 2017
0.0.9
Nov 14, 2017
0.0.8
Oct 24, 2017
0.0.7
Oct 09, 2017
0.0.6
Oct 01, 2017
0.0.5
Sep 18, 2017
0.0.4
Aug 31, 2017
0.0.3
Aug 26, 2017
0.0.2
Aug 18, 2017
0.0.1
Aug 14, 2017
Files in release
No dependencies