nnmnkwii


Namennmnkwii JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/r9y9/nnmnkwii
SummaryLibrary to build speech synthesis systems for fast prototyping
upload_time2023-02-03 11:09:19
maintainer
docs_urlNone
authorRyuichi Yamamoto
requires_python
licenseMIT
keywords research
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            ![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 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))

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/r9y9/nnmnkwii",
    "name": "nnmnkwii",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Research",
    "author": "Ryuichi Yamamoto",
    "author_email": "zryuichi@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/23/bc/64430b782a54ce4f6a6fc9a6a90c68600e7abbe3011c555e3765138ae999/nnmnkwii-0.1.2.tar.gz",
    "platform": null,
    "description": "![alt text](assets/logo_wide.png)\n\n# nnmnkwii ([nanamin kawaii])\n[![][docs-stable-img]][docs-stable-url]\n[![][docs-latest-img]][docs-latest-url]\n[![PyPI](https://img.shields.io/pypi/v/nnmnkwii.svg)](https://pypi.python.org/pypi/nnmnkwii)\n[![Python package](https://github.com/r9y9/nnmnkwii/actions/workflows/ci.yaml/badge.svg)](https://github.com/r9y9/nnmnkwii/actions/workflows/ci.yaml)\n[![Build Status](https://app.travis-ci.com/r9y9/nnmnkwii.svg?branch=master)](https://app.travis-ci.com/r9y9/nnmnkwii)\n[![codecov](https://codecov.io/gh/r9y9/nnmnkwii/branch/master/graph/badge.svg)](https://codecov.io/gh/r9y9/nnmnkwii)\n[![DOI](https://zenodo.org/badge/96328821.svg)](https://zenodo.org/badge/latestdoi/96328821)\n\nLibrary to build speech synthesis systems designed for easy and fast prototyping.\n\n## Documentation\n\n- [**STABLE**][docs-stable-url] — **most recently tagged version of the documentation.**\n- [**LATEST**][docs-latest-url] — *in-development version of the documentation.*\n\n## Installation\n\nThe latest release is availabe on pypi. Assuming you have already ``numpy`` installed, you can install nnmnkwii by:\n\n    pip install nnmnkwii\n\nIf you want the latest development version, run:\n\n    pip install git+https://github.com/r9y9/nnmnkwii\n\nor:\n\n    git clone https://github.com/r9y9/nnmnkwii\n    cd nnmnkwii\n    python setup.py develop # or install\n\nThis should resolve the package dependencies and install ``nnmnkwii`` property.\n\nAt the moment, `nnmnkwii.autograd` package depends on [PyTorch](http://pytorch.org/).\nIf you need autograd features, please install PyTorch as well.\n\n## Acknowledgements\n\nThe library is inspired by the following open source projects:\n\n- Merlin: https://github.com/CSTR-Edinburgh/merlin\n- Librosa: https://github.com/librosa/librosa\n\n[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg\n[docs-latest-url]: https://r9y9.github.io/nnmnkwii/latest\n\n[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg\n[docs-stable-url]: https://r9y9.github.io/nnmnkwii/stable\n\nLogo was created by Gloomy Ghost([@740291272](https://github.com/740291272)) ([#40](https://github.com/r9y9/nnmnkwii/issues/40))\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Library to build speech synthesis systems for fast prototyping",
    "version": "0.1.2",
    "split_keywords": [
        "research"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23bc64430b782a54ce4f6a6fc9a6a90c68600e7abbe3011c555e3765138ae999",
                "md5": "b2d61a6c9e4cb70776f9818a2e79d4dc",
                "sha256": "c8a040a1c18ca87039c7e2ff56ffdd58412e0a857670f1701c8cf0c9980f0e89"
            },
            "downloads": -1,
            "filename": "nnmnkwii-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "b2d61a6c9e4cb70776f9818a2e79d4dc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2050371,
            "upload_time": "2023-02-03T11:09:19",
            "upload_time_iso_8601": "2023-02-03T11:09:19.122037Z",
            "url": "https://files.pythonhosted.org/packages/23/bc/64430b782a54ce4f6a6fc9a6a90c68600e7abbe3011c555e3765138ae999/nnmnkwii-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-03 11:09:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "r9y9",
    "github_project": "nnmnkwii",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "nnmnkwii"
}
        
Elapsed time: 0.03817s