# TTSKit (Beta)
Easily run AI-based TTS (text-to-speech) models, quickly and efficiently. We support both TensorFlow and PyTorch (coming soon!) models.
## Install
**Important!** Do NOT install `ttskit`! This package is NOT affiliated with this project and is not managed by this project's authors!
```
pip install pyttskit
```
## Core Features
* No manual downloads required
* Supports CUDA/Nvidia GPUs, CPU, and Apple Silicon GPUs
* Easy to use
* Maintains inference structure of original models (basically if you were using a model this package supports previously, you can (probably) drop it in with little to no changes besides refactoring)
* Also offers uniform API structure
* Free + open-source
## Available Implementations
* [TransformerTTS](https://github.com/as-ideas/TransformerTTS)
* More coming soon! Have a suggestion? Please open a Discussion!
### Coming Soon
* [DiffGAN](https://github.com/keonlee9420/DiffGAN-TTS)
* [PortaSpeech](https://github.com/keonlee9420/PortaSpeech)
## License
Well... this is where things get complicated. This package uses multiple different models, and they have different licenses. We try to keep permissive licenses where you don't have to change your project's license if you use this package.
Please refer to the [LICENSE.md](LICENSE.md) file for more details.
Raw data
{
"_id": null,
"home_page": "https://github.com/ospyp/TTSKit",
"name": "pyttskit",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "mrfakename",
"author_email": "me@mrfake.name",
"download_url": "https://files.pythonhosted.org/packages/bc/1b/563fb5dd88858d84f73566a3dc7504b2b4c5ea68093b26f0e4808b13f15d/pyttskit-0.1.1.tar.gz",
"platform": null,
"description": "# TTSKit (Beta)\n\nEasily run AI-based TTS (text-to-speech) models, quickly and efficiently. We support both TensorFlow and PyTorch (coming soon!) models.\n\n## Install\n\n**Important!** Do NOT install `ttskit`! This package is NOT affiliated with this project and is not managed by this project's authors!\n\n```\npip install pyttskit\n```\n\n## Core Features\n\n* No manual downloads required\n* Supports CUDA/Nvidia GPUs, CPU, and Apple Silicon GPUs\n* Easy to use\n* Maintains inference structure of original models (basically if you were using a model this package supports previously, you can (probably) drop it in with little to no changes besides refactoring)\n* Also offers uniform API structure\n* Free + open-source\n\n## Available Implementations\n\n* [TransformerTTS](https://github.com/as-ideas/TransformerTTS)\n* More coming soon! Have a suggestion? Please open a Discussion!\n\n### Coming Soon\n\n* [DiffGAN](https://github.com/keonlee9420/DiffGAN-TTS)\n* [PortaSpeech](https://github.com/keonlee9420/PortaSpeech)\n\n## License\n\nWell... this is where things get complicated. This package uses multiple different models, and they have different licenses. We try to keep permissive licenses where you don't have to change your project's license if you use this package.\n\nPlease refer to the [LICENSE.md](LICENSE.md) file for more details.\n",
"bugtrack_url": null,
"license": "Multiple (See File). Main: NOSCL-C-2.0. Includes MIT, etc",
"summary": "Easily interact with many cutting-edge neural/AI text-to-speech models using one API, including transformer-powered text to speech and other advanced models!",
"version": "0.1.1",
"project_urls": {
"Homepage": "https://github.com/ospyp/TTSKit"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "99d47e0287f4c9fac18f0722cf00ef4700fd5aced6e6f663163e2b7f284d4761",
"md5": "0f66a3ceae7ab8f32f8423c934b8182d",
"sha256": "90a6954a35790771aa91d63d2e2093769123cbd3ddab772a4af0bdd350f5bb61"
},
"downloads": -1,
"filename": "pyttskit-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0f66a3ceae7ab8f32f8423c934b8182d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 5027,
"upload_time": "2023-10-04T19:57:45",
"upload_time_iso_8601": "2023-10-04T19:57:45.189836Z",
"url": "https://files.pythonhosted.org/packages/99/d4/7e0287f4c9fac18f0722cf00ef4700fd5aced6e6f663163e2b7f284d4761/pyttskit-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bc1b563fb5dd88858d84f73566a3dc7504b2b4c5ea68093b26f0e4808b13f15d",
"md5": "d09ab6dea64910a75d8834f67638e076",
"sha256": "0da588c07ac0a025ea3ca1630b0550cd544122c4cf666641b93630fa70f9574e"
},
"downloads": -1,
"filename": "pyttskit-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "d09ab6dea64910a75d8834f67638e076",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4639,
"upload_time": "2023-10-04T19:57:46",
"upload_time_iso_8601": "2023-10-04T19:57:46.271291Z",
"url": "https://files.pythonhosted.org/packages/bc/1b/563fb5dd88858d84f73566a3dc7504b2b4c5ea68093b26f0e4808b13f15d/pyttskit-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-04 19:57:46",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ospyp",
"github_project": "TTSKit",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "pyttskit"
}