# streamspeech
[![PyPI version fury.io](https://badge.fury.io/py/streamspeech.svg)](https://pypi.python.org/pypi/streamspeech/)
[![Project Status](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
[![Build Package](https://github.com/Nelson-Gon/streamspeech/actions/workflows/build-package.yaml/badge.svg)](https://github.com/Nelson-Gon/streamspeech/actions/workflows/build-package.yaml)
[![PyPI license](https://img.shields.io/pypi/l/streamspeech.svg)](https://pypi.python.org/pypi/streamspeech/)
[![Total Downloads](https://pepy.tech/badge/streamspeech)](https://pepy.tech/project/streamspeech)
[![Monthly Downloads](https://pepy.tech/badge/streamspeech/month)](https://pepy.tech/project/streamspeech)
[![Weekly Downloads](https://pepy.tech/badge/streamspeech/week)](https://pepy.tech/project/streamspeech)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Nelson-Gon/streamspeech/graphs/commit-activity)
[![GitHub last commit](https://img.shields.io/github/last-commit/Nelson-Gon/streamspeech.svg)](https://github.com/Nelson-Gon/streamspeech/commits/main)
[![GitHub issues](https://img.shields.io/github/issues/Nelson-Gon/streamspeech.svg)](https://GitHub.com/Nelson-Gon/streamspeech/issues/)
[![GitHub issues-closed](https://img.shields.io/github/issues-closed/Nelson-Gon/streamspeech.svg)](https://GitHub.com/Nelson-Gon/streamspeech/issues?q=is%3Aissue+is%3Aclosed)
`streamspeech`: generative AI that talks!
## Features List
- [x] Text to Speech
- [ ] Speech to Text
- [ ] Custom user voices
- [ ] API Free Development (local LLM or text generation model)
- [ ] Image to text to speech
## Installation
The simplest way to install the latest release is as follows:
```shell
pip install streamspeech
```
To install the development version:
Open the Terminal/CMD/Git bash/shell and enter
```shell
pip install git+https://github.com/Nelson-Gon/streamspeech.git
# or for the less stable dev version
pip install git+https://github.com/Nelson-Gon/streamspeech.git@dev
```
Otherwise:
```shell
# clone the repo
git clone git@github.com:Nelson-Gon/streamspeech.git
cd streamspeech
pip install -e .
```
## Usage
```python
python -m streamspeech
```
The above will open a web browser with the app. NOTE: At the moment, one needs to sign up for an API Key to use this app.
Acknowledgements
`streamspeech` is made possible by the [`PaLM` API](https://developers.generativeai.google/), [speechbrain](https://speechbrain.github.io/) by NVIDIA, and [`streamlit`](https://streamlit.io/)
To report any issues, suggestions or improvement, please do so at [issues](https://github.com/Nelson-Gon/streamspeech/issues).
If you would like to cite this work, please use:
Nelson Gonzabato (2023) streamspeech: Generative AI that talks! https://github.com/Nelson-Gon/streamspeech
**Thank you very much**.
> “Ideas come and go, stories stay” – NNT, The Black Swan
Raw data
{
"_id": null,
"home_page": "http://www.github.com/Nelson-Gon/streamspeech",
"name": "streamspeech",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": "",
"keywords": "generative-ai speechbrain tts text-to-speech gan artificial-intelligence ai",
"author": "Nelson Gonzabato",
"author_email": "gonzabato@hotmail.com",
"download_url": "https://files.pythonhosted.org/packages/a4/22/e55b71040451bb75181dd11c1488a2ff6367cb4a448dad7189c6d47f5520/streamspeech-2023.12.6.tar.gz",
"platform": null,
"description": "# streamspeech\n\n[![PyPI version fury.io](https://badge.fury.io/py/streamspeech.svg)](https://pypi.python.org/pypi/streamspeech/)\n[![Project Status](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active) \n[![Build Package](https://github.com/Nelson-Gon/streamspeech/actions/workflows/build-package.yaml/badge.svg)](https://github.com/Nelson-Gon/streamspeech/actions/workflows/build-package.yaml)\n[![PyPI license](https://img.shields.io/pypi/l/streamspeech.svg)](https://pypi.python.org/pypi/streamspeech/)\n[![Total Downloads](https://pepy.tech/badge/streamspeech)](https://pepy.tech/project/streamspeech)\n[![Monthly Downloads](https://pepy.tech/badge/streamspeech/month)](https://pepy.tech/project/streamspeech)\n[![Weekly Downloads](https://pepy.tech/badge/streamspeech/week)](https://pepy.tech/project/streamspeech)\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Nelson-Gon/streamspeech/graphs/commit-activity)\n[![GitHub last commit](https://img.shields.io/github/last-commit/Nelson-Gon/streamspeech.svg)](https://github.com/Nelson-Gon/streamspeech/commits/main)\n[![GitHub issues](https://img.shields.io/github/issues/Nelson-Gon/streamspeech.svg)](https://GitHub.com/Nelson-Gon/streamspeech/issues/)\n[![GitHub issues-closed](https://img.shields.io/github/issues-closed/Nelson-Gon/streamspeech.svg)](https://GitHub.com/Nelson-Gon/streamspeech/issues?q=is%3Aissue+is%3Aclosed)\n\n\n\n`streamspeech`: generative AI that talks!\n\n\n## Features List\n\n- [x] Text to Speech\n\n- [ ] Speech to Text \n\n- [ ] Custom user voices \n\n- [ ] API Free Development (local LLM or text generation model)\n\n- [ ] Image to text to speech \n\n\n\n\n\n\n## Installation\n\nThe simplest way to install the latest release is as follows:\n\n```shell\npip install streamspeech\n\n```\n\nTo install the development version:\n\n\nOpen the Terminal/CMD/Git bash/shell and enter\n\n```shell\n\npip install git+https://github.com/Nelson-Gon/streamspeech.git\n\n# or for the less stable dev version\npip install git+https://github.com/Nelson-Gon/streamspeech.git@dev\n\n```\n\nOtherwise:\n\n```shell\n# clone the repo\ngit clone git@github.com:Nelson-Gon/streamspeech.git\ncd streamspeech\npip install -e . \n\n```\n\n## Usage \n\n```python\npython -m streamspeech\n```\n\nThe above will open a web browser with the app. NOTE: At the moment, one needs to sign up for an API Key to use this app. \n\nAcknowledgements\n\n`streamspeech` is made possible by the [`PaLM` API](https://developers.generativeai.google/), [speechbrain](https://speechbrain.github.io/) by NVIDIA, and [`streamlit`](https://streamlit.io/)\n\n\nTo report any issues, suggestions or improvement, please do so at [issues](https://github.com/Nelson-Gon/streamspeech/issues). \n\nIf you would like to cite this work, please use:\n\nNelson Gonzabato (2023) streamspeech: Generative AI that talks! https://github.com/Nelson-Gon/streamspeech\n\n\n**Thank you very much**. \n\n\n> \u201cIdeas come and go, stories stay\u201d \u2013 NNT, The Black Swan \n\n\n\n\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Text to Speech with Generative AI",
"version": "2023.12.6",
"project_urls": {
"Download": "https://github.com/Nelson-Gon/streamspeech/archive/refs/tags/v2023.12.06.zip",
"Homepage": "http://www.github.com/Nelson-Gon/streamspeech"
},
"split_keywords": [
"generative-ai",
"speechbrain",
"tts",
"text-to-speech",
"gan",
"artificial-intelligence",
"ai"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d68cf0c2ff16a70c654edce25cb3363eaa28ceaa68fe88eca3ca8a491de5c83e",
"md5": "d5a636e6a45c74ad91fb0d703480487d",
"sha256": "7c14c2a44b8f35c1f35e99b9045f14767b12e47f96a83a3b8646ae0ff88dcbd6"
},
"downloads": -1,
"filename": "streamspeech-2023.12.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d5a636e6a45c74ad91fb0d703480487d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 6822,
"upload_time": "2023-12-07T02:32:40",
"upload_time_iso_8601": "2023-12-07T02:32:40.437754Z",
"url": "https://files.pythonhosted.org/packages/d6/8c/f0c2ff16a70c654edce25cb3363eaa28ceaa68fe88eca3ca8a491de5c83e/streamspeech-2023.12.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a422e55b71040451bb75181dd11c1488a2ff6367cb4a448dad7189c6d47f5520",
"md5": "93e95b9c81fcc3c338c73b58d46167fc",
"sha256": "d46e93606a0ade347e8f01aca7a9011e7692c9ea5346b6d3680cd48edd3e892d"
},
"downloads": -1,
"filename": "streamspeech-2023.12.6.tar.gz",
"has_sig": false,
"md5_digest": "93e95b9c81fcc3c338c73b58d46167fc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 5853,
"upload_time": "2023-12-07T02:32:41",
"upload_time_iso_8601": "2023-12-07T02:32:41.906959Z",
"url": "https://files.pythonhosted.org/packages/a4/22/e55b71040451bb75181dd11c1488a2ff6367cb4a448dad7189c6d47f5520/streamspeech-2023.12.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-07 02:32:41",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Nelson-Gon",
"github_project": "streamspeech",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "streamlit",
"specs": [
[
"==",
"1.29.0"
]
]
},
{
"name": "speechbrain",
"specs": [
[
"==",
"0.5.16"
]
]
},
{
"name": "google-ai-generativelanguage",
"specs": [
[
"==",
"0.3.3"
]
]
},
{
"name": "google-api-core",
"specs": [
[
"==",
"2.14.0"
]
]
},
{
"name": "google-auth",
"specs": [
[
"==",
"2.24.0"
]
]
},
{
"name": "google-auth-oauthlib",
"specs": [
[
"==",
"1.1.0"
]
]
},
{
"name": "google-generativeai",
"specs": [
[
"==",
"0.2.2"
]
]
},
{
"name": "googleapis-common-protos",
"specs": [
[
"==",
"1.61.0"
]
]
},
{
"name": "shiny",
"specs": [
[
"==",
"0.6.0"
]
]
},
{
"name": "shinyswatch",
"specs": [
[
"==",
"0.4.1"
]
]
},
{
"name": "shinywidgets",
"specs": [
[
"==",
"0.2.4"
]
]
},
{
"name": "joblib",
"specs": [
[
"==",
"1.3.2"
]
]
}
],
"lcname": "streamspeech"
}