Skip to content
forked from r9y9/nnmnkwii

Library to build speech synthesis systems designed for easy and fast prototyping.

License

Notifications You must be signed in to change notification settings

VOICeVIO/nnmnkwii

 
 

Repository files navigation

alt text

nnmnkwii ([nanamin kawaii])

PyPI Build Status Build status Dependency Status codecov DOI

Library to build speech synthesis systems designed for easy and fast prototyping.

Supported python versions: 2.7 and 3.6.

Documentation

  • STABLEmost recently tagged version of the documentation.
  • LATESTin-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)

About

Library to build speech synthesis systems designed for easy and fast prototyping.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • Shell 0.2%