meloplus


Namemeloplus JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/kadirnar/meloplus
SummaryMeloplus: Advanced python library for Melotts
upload_time2024-11-03 15:23:56
maintainerNone
docs_urlNone
authorkadirnar
requires_pythonNone
licenseApache License 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center">
<h2>
    MeloPlus: Advanced Python Library for MeloTts
</h2>
<div>
    <img width="500" alt="teaser" src="doc/melo_logo.png">
</div>
<div>
    <a href="https://pypi.org/project/meloplus" target="_blank">
        <img src="https://img.shields.io/pypi/pyversions/meloplus.svg?color=%2334D058" alt="Supported Python versions">
    </a>
    <a href="https://badge.fury.io/py/meloplus"><img src="https://badge.fury.io/py/meloplus.svg" alt="pypi version"></a>
</div>
</div>

## 🛠️ Installation

```bash
pip install meloplus
```

## 🎙️ Usage
```python
from meloplus import MeloInference

# Speed is adjustable
speed = 1.0

# English 
text = "Did you ever hear a folk tale about a giant turtle?"
model = MeloInference(language='EN', device="auto")
speaker_ids = model.hps.data.spk2id
```

## 😍 Contributing

```bash
pip install pre-commit
pre-commit install
pre-commit run --all-files
```

## 📜 License

This project is licensed under the terms of the MIT License.

## 🤗 Citation

```bibtex
@software{zhao2024melo,
  author={Zhao, Wenliang and Yu, Xumin and Qin, Zengyi},
  title = {MeloTTS: High-quality Multi-lingual Multi-accent Text-to-Speech},
  url = {https://github.com/myshell-ai/MeloTTS},
  year = {2023}
}
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kadirnar/meloplus",
    "name": "meloplus",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "kadirnar",
    "author_email": "kadir.nar@hotmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a0/f3/91f51e9d6236ed6f9105c01bf4fb0cef8d5728bb71f8921cb565abdd05aa/meloplus-0.0.2.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\n<h2>\n    MeloPlus: Advanced Python Library for MeloTts\n</h2>\n<div>\n    <img width=\"500\" alt=\"teaser\" src=\"doc/melo_logo.png\">\n</div>\n<div>\n    <a href=\"https://pypi.org/project/meloplus\" target=\"_blank\">\n        <img src=\"https://img.shields.io/pypi/pyversions/meloplus.svg?color=%2334D058\" alt=\"Supported Python versions\">\n    </a>\n    <a href=\"https://badge.fury.io/py/meloplus\"><img src=\"https://badge.fury.io/py/meloplus.svg\" alt=\"pypi version\"></a>\n</div>\n</div>\n\n## \ud83d\udee0\ufe0f Installation\n\n```bash\npip install meloplus\n```\n\n## \ud83c\udf99\ufe0f Usage\n```python\nfrom meloplus import MeloInference\n\n# Speed is adjustable\nspeed = 1.0\n\n# English \ntext = \"Did you ever hear a folk tale about a giant turtle?\"\nmodel = MeloInference(language='EN', device=\"auto\")\nspeaker_ids = model.hps.data.spk2id\n```\n\n## \ud83d\ude0d Contributing\n\n```bash\npip install pre-commit\npre-commit install\npre-commit run --all-files\n```\n\n## \ud83d\udcdc License\n\nThis project is licensed under the terms of the MIT License.\n\n## \ud83e\udd17 Citation\n\n```bibtex\n@software{zhao2024melo,\n  author={Zhao, Wenliang and Yu, Xumin and Qin, Zengyi},\n  title = {MeloTTS: High-quality Multi-lingual Multi-accent Text-to-Speech},\n  url = {https://github.com/myshell-ai/MeloTTS},\n  year = {2023}\n}\n```\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "Meloplus: Advanced python library for Melotts",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/kadirnar/meloplus"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0f391f51e9d6236ed6f9105c01bf4fb0cef8d5728bb71f8921cb565abdd05aa",
                "md5": "423f1067f8a2744bdb1642bc603b4956",
                "sha256": "ad123e933750fe880dee65e138873e5da70c2d358abbb80975bdfb4a9845b5ac"
            },
            "downloads": -1,
            "filename": "meloplus-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "423f1067f8a2744bdb1642bc603b4956",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 76338,
            "upload_time": "2024-11-03T15:23:56",
            "upload_time_iso_8601": "2024-11-03T15:23:56.351097Z",
            "url": "https://files.pythonhosted.org/packages/a0/f3/91f51e9d6236ed6f9105c01bf4fb0cef8d5728bb71f8921cb565abdd05aa/meloplus-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-03 15:23:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kadirnar",
    "github_project": "meloplus",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "meloplus"
}
        
Elapsed time: 0.40703s