# qwerty **Repository Path**: liu-yifeng/qwerty ## Basic Information - **Project Name**: qwerty - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-08 - **Last Updated**: 2024-10-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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) [![Build Status](https://travis-ci.org/r9y9/nnmnkwii.svg?branch=master)](https://travis-ci.org/r9y9/nnmnkwii) [![Build status](https://ci.appveyor.com/api/projects/status/ch8cmtpw8ic1sd86?svg=true)](https://ci.appveyor.com/project/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. Supported python versions: 2.7 and 3.6. ## 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 install This 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/stable Logo was created by Gloomy Ghost([@740291272](https://github.com/740291272)) ([#40](https://github.com/r9y9/nnmnkwii/issues/40))