openvoiceplus


Nameopenvoiceplus JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/kadirnar/OpenVoicePlus
SummaryOpenVoicePlus: Advanced python library for OpenVoicePlus
upload_time2024-11-04 22:02:40
maintainerNone
docs_urlNone
authorkadirnar
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements librosa faster-whisper pydub wavmark numpy eng_to_ipa inflect unidecode whisper-timestamped openai python-dotenv pypinyin cn2an jieba gradio langid
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # <div align="center">

<h2>
    OpenVoicePlus: Advanced Python Library for OpenVoice
</h2>
<div>
    <img width="500" alt="teaser" src="doc/melo_logo.png">
</div>
<div>
    <a href="https://pypi.org/project/openvoiceplus" target="_blank">
        <img src="https://img.shields.io/pypi/pyversions/openvoiceplus.svg?color=%2334D058" alt="Supported Python versions">
    </a>
    <a href="https://badge.fury.io/py/openvoiceplus"><img src="https://badge.fury.io/py/openvoiceplus.svg" alt="pypi version"></a>
</div>
</div>

## 🛠️ Installation

```bash
pip install openvoiceplus
```

## 🎙️ Usage

```python

```

## 😍 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
@article{qin2023openvoice,
  title={OpenVoice: Versatile Instant Voice Cloning},
  author={Qin, Zengyi and Zhao, Wenliang and Yu, Xumin and Sun, Xin},
  journal={arXiv preprint arXiv:2312.01479},
  year={2023}
}
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kadirnar/OpenVoicePlus",
    "name": "openvoiceplus",
    "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/37/c9/bfc6c6b4b2455ab328cdb2b96e01badb2b33525f0800ab759551f4a369fb/openvoiceplus-0.0.2.tar.gz",
    "platform": null,
    "description": "# <div align=\"center\">\n\n<h2>\n    OpenVoicePlus: Advanced Python Library for OpenVoice\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/openvoiceplus\" target=\"_blank\">\n        <img src=\"https://img.shields.io/pypi/pyversions/openvoiceplus.svg?color=%2334D058\" alt=\"Supported Python versions\">\n    </a>\n    <a href=\"https://badge.fury.io/py/openvoiceplus\"><img src=\"https://badge.fury.io/py/openvoiceplus.svg\" alt=\"pypi version\"></a>\n</div>\n</div>\n\n## \ud83d\udee0\ufe0f Installation\n\n```bash\npip install openvoiceplus\n```\n\n## \ud83c\udf99\ufe0f Usage\n\n```python\n\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@article{qin2023openvoice,\n  title={OpenVoice: Versatile Instant Voice Cloning},\n  author={Qin, Zengyi and Zhao, Wenliang and Yu, Xumin and Sun, Xin},\n  journal={arXiv preprint arXiv:2312.01479},\n  year={2023}\n}\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "OpenVoicePlus: Advanced python library for OpenVoicePlus",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/kadirnar/OpenVoicePlus"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "37c9bfc6c6b4b2455ab328cdb2b96e01badb2b33525f0800ab759551f4a369fb",
                "md5": "c3e4130c18db36f26c25191fe1c89ff2",
                "sha256": "f23320a7f8e1da8928c520af8a8f681fa0ad1aacc09b0d61a6f6b09dc59359dd"
            },
            "downloads": -1,
            "filename": "openvoiceplus-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "c3e4130c18db36f26c25191fe1c89ff2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 32700,
            "upload_time": "2024-11-04T22:02:40",
            "upload_time_iso_8601": "2024-11-04T22:02:40.644743Z",
            "url": "https://files.pythonhosted.org/packages/37/c9/bfc6c6b4b2455ab328cdb2b96e01badb2b33525f0800ab759551f4a369fb/openvoiceplus-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-04 22:02:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kadirnar",
    "github_project": "OpenVoicePlus",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "librosa",
            "specs": [
                [
                    "==",
                    "0.9.1"
                ]
            ]
        },
        {
            "name": "faster-whisper",
            "specs": [
                [
                    "==",
                    "0.9.0"
                ]
            ]
        },
        {
            "name": "pydub",
            "specs": [
                [
                    "==",
                    "0.25.1"
                ]
            ]
        },
        {
            "name": "wavmark",
            "specs": [
                [
                    "==",
                    "0.0.3"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "1.26.4"
                ]
            ]
        },
        {
            "name": "eng_to_ipa",
            "specs": [
                [
                    "==",
                    "0.0.2"
                ]
            ]
        },
        {
            "name": "inflect",
            "specs": [
                [
                    "==",
                    "7.0.0"
                ]
            ]
        },
        {
            "name": "unidecode",
            "specs": [
                [
                    "==",
                    "1.3.7"
                ]
            ]
        },
        {
            "name": "whisper-timestamped",
            "specs": [
                [
                    "==",
                    "1.14.2"
                ]
            ]
        },
        {
            "name": "openai",
            "specs": []
        },
        {
            "name": "python-dotenv",
            "specs": []
        },
        {
            "name": "pypinyin",
            "specs": [
                [
                    "==",
                    "0.50.0"
                ]
            ]
        },
        {
            "name": "cn2an",
            "specs": [
                [
                    "==",
                    "0.5.22"
                ]
            ]
        },
        {
            "name": "jieba",
            "specs": [
                [
                    "==",
                    "0.42.1"
                ]
            ]
        },
        {
            "name": "gradio",
            "specs": [
                [
                    "==",
                    "3.48.0"
                ]
            ]
        },
        {
            "name": "langid",
            "specs": [
                [
                    "==",
                    "1.1.6"
                ]
            ]
        }
    ],
    "lcname": "openvoiceplus"
}
        
Elapsed time: 0.42687s