Name | podonos JSON |
Version |
0.3.0
JSON |
| download |
home_page | None |
Summary | Managed evaluation for audio & speech |
upload_time | 2024-10-15 06:18:29 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | MIT License Copyright (c) 2024 Podonos Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
ai
speech
synthesis
|
VCS |
|
bugtrack_url |
|
requirements |
backports.tarfile
build
certifi
cffi
charset-normalizer
docutils
exceptiongroup
glog
idna
importlib-metadata
importlib-resources
iniconfig
jaraco.classes
jaraco.context
jaraco.functools
jmespath
keyring
markdown-it-py
mdurl
more-itertools
nh3
packaging
pkginfo
pluggy
pycparser
pygments
pyparsing
pyproject-hooks
pytest
python-dateutil
readme-renderer
requests
requests-toolbelt
rfc3986
rich
s3transfer
six
soundfile
tomli
tqdm
twine
typing-extensions
zipp
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Podonos
## Quick Start
### 👨💻 1. Get an API key
Visit [https://www.podonos.com](https://www.podonos.com), log in or sign up, and get an API key.
For more details, see [Docs](https://www.podonos.com/docs/apikey)
### 💾 2. Install podonos Python package
First of all, make sure you have installed Python 3.8 or newer
```bash
python --version
```
Once you confirm your Python version, install the package:
```bash
pip install podonos
```
### 🎙️ 3. Start speech evaluation
```python
import podonos
from podonos import *
client = podonos.init(api_key="<YOUR_API_KEY_HERE>")
etor = client.create_evaluator()
for i in script_list:
gen_audio = my_model.generate_and_save(i, script_list[i], f'/a/b/{i}.wav')
etor.add_file(file=File(path=f'/a/b/{i}.wav', model_tag="my_new_model",
tags=["syn1", "male", "American"]))
etor.close()
```
Once we evaluate the audio files, we will email you the evaluation report within 12 hours.
## 👌 How to run the code testing
Run this at the base directory:
```bash
pytest
```
## 📗 Documentation
For a deeper dive on all capabilities and details, please refer to [Documentation](https://www.podonos.com/docs).
## 📑 License
[MIT License](https://github.com/podonos/podonos-pysdk/blob/main/LICENSE)
Raw data
{
"_id": null,
"home_page": null,
"name": "podonos",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "ai, speech, synthesis",
"author": null,
"author_email": "David Anderson <david@podonos.com>",
"download_url": "https://files.pythonhosted.org/packages/f9/50/20bda1a60290754f1aab56302ed266e2f77504189b0ca3c4531652b7b396/podonos-0.3.0.tar.gz",
"platform": null,
"description": "# Podonos\n\n## Quick Start\n\n### \ud83d\udc68\u200d\ud83d\udcbb 1. Get an API key\nVisit [https://www.podonos.com](https://www.podonos.com), log in or sign up, and get an API key.\nFor more details, see [Docs](https://www.podonos.com/docs/apikey)\n\n### \ud83d\udcbe 2. Install podonos Python package\nFirst of all, make sure you have installed Python 3.8 or newer\n\n```bash\npython --version\n```\n\nOnce you confirm your Python version, install the package:\n\n```bash\npip install podonos\n```\n\n### \ud83c\udf99\ufe0f 3. Start speech evaluation\n```python\nimport podonos\nfrom podonos import *\n\nclient = podonos.init(api_key=\"<YOUR_API_KEY_HERE>\")\netor = client.create_evaluator()\nfor i in script_list:\n gen_audio = my_model.generate_and_save(i, script_list[i], f'/a/b/{i}.wav')\n etor.add_file(file=File(path=f'/a/b/{i}.wav', model_tag=\"my_new_model\",\n tags=[\"syn1\", \"male\", \"American\"]))\netor.close()\n```\nOnce we evaluate the audio files, we will email you the evaluation report within 12 hours.\n\n## \ud83d\udc4c How to run the code testing\n\nRun this at the base directory:\n```bash\npytest\n```\n\n## \ud83d\udcd7 Documentation\n\nFor a deeper dive on all capabilities and details, please refer to [Documentation](https://www.podonos.com/docs).\n\n## \ud83d\udcd1 License\n[MIT License](https://github.com/podonos/podonos-pysdk/blob/main/LICENSE)\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2024 Podonos Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
"summary": "Managed evaluation for audio & speech",
"version": "0.3.0",
"project_urls": {
"Homepage": "https://www.podonos.com",
"Repository": "https://github.com/podonos/podonos-pysdk"
},
"split_keywords": [
"ai",
" speech",
" synthesis"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e6aa4f4d85aca652cca97d453b13d3582c87b8dc4f287055398461a472126617",
"md5": "e589f60e2c274846214db224a77ff493",
"sha256": "88c7436a94698bc29138ae6c7acb08a05ffbf116c9f68e773406633d576d1ca3"
},
"downloads": -1,
"filename": "podonos-0.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e589f60e2c274846214db224a77ff493",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 26060,
"upload_time": "2024-10-15T06:18:27",
"upload_time_iso_8601": "2024-10-15T06:18:27.819725Z",
"url": "https://files.pythonhosted.org/packages/e6/aa/4f4d85aca652cca97d453b13d3582c87b8dc4f287055398461a472126617/podonos-0.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f95020bda1a60290754f1aab56302ed266e2f77504189b0ca3c4531652b7b396",
"md5": "29214cfcf6c6e4ad407c61d59e56595c",
"sha256": "724940412e8513d12b20d5bbf6e0fc781a7eba54de94c3faa3f548c269212384"
},
"downloads": -1,
"filename": "podonos-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "29214cfcf6c6e4ad407c61d59e56595c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 26516,
"upload_time": "2024-10-15T06:18:29",
"upload_time_iso_8601": "2024-10-15T06:18:29.150021Z",
"url": "https://files.pythonhosted.org/packages/f9/50/20bda1a60290754f1aab56302ed266e2f77504189b0ca3c4531652b7b396/podonos-0.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-15 06:18:29",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "podonos",
"github_project": "podonos-pysdk",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "backports.tarfile",
"specs": [
[
"==",
"1.2.0"
]
]
},
{
"name": "build",
"specs": [
[
"==",
"1.2.1"
]
]
},
{
"name": "certifi",
"specs": [
[
"==",
"2024.7.4"
]
]
},
{
"name": "cffi",
"specs": [
[
"==",
"1.16.0"
]
]
},
{
"name": "charset-normalizer",
"specs": [
[
"==",
"3.3.2"
]
]
},
{
"name": "docutils",
"specs": [
[
"==",
"0.20.1"
]
]
},
{
"name": "exceptiongroup",
"specs": [
[
"==",
"1.2.1"
]
]
},
{
"name": "glog",
"specs": []
},
{
"name": "idna",
"specs": [
[
"==",
"3.7"
]
]
},
{
"name": "importlib-metadata",
"specs": [
[
"==",
"7.1.0"
]
]
},
{
"name": "importlib-resources",
"specs": [
[
"==",
"6.4.0"
]
]
},
{
"name": "iniconfig",
"specs": [
[
"==",
"2.0.0"
]
]
},
{
"name": "jaraco.classes",
"specs": [
[
"==",
"3.4.0"
]
]
},
{
"name": "jaraco.context",
"specs": [
[
"==",
"5.3.0"
]
]
},
{
"name": "jaraco.functools",
"specs": [
[
"==",
"4.0.1"
]
]
},
{
"name": "jmespath",
"specs": [
[
"==",
"1.0.1"
]
]
},
{
"name": "keyring",
"specs": [
[
"==",
"25.2.1"
]
]
},
{
"name": "markdown-it-py",
"specs": [
[
"==",
"3.0.0"
]
]
},
{
"name": "mdurl",
"specs": [
[
"==",
"0.1.2"
]
]
},
{
"name": "more-itertools",
"specs": [
[
"==",
"10.2.0"
]
]
},
{
"name": "nh3",
"specs": [
[
"==",
"0.2.17"
]
]
},
{
"name": "packaging",
"specs": [
[
"==",
"24.1"
]
]
},
{
"name": "pkginfo",
"specs": [
[
"==",
"1.11.0"
]
]
},
{
"name": "pluggy",
"specs": [
[
"==",
"1.5.0"
]
]
},
{
"name": "pycparser",
"specs": [
[
"==",
"2.22"
]
]
},
{
"name": "pygments",
"specs": [
[
"==",
"2.18.0"
]
]
},
{
"name": "pyparsing",
"specs": [
[
"==",
"2.4.6"
]
]
},
{
"name": "pyproject-hooks",
"specs": [
[
"==",
"1.1.0"
]
]
},
{
"name": "pytest",
"specs": [
[
"==",
"8.2.2"
]
]
},
{
"name": "python-dateutil",
"specs": [
[
"==",
"2.9.0.post0"
]
]
},
{
"name": "readme-renderer",
"specs": [
[
"==",
"43.0"
]
]
},
{
"name": "requests",
"specs": [
[
"==",
"2.32.3"
]
]
},
{
"name": "requests-toolbelt",
"specs": [
[
"==",
"1.0.0"
]
]
},
{
"name": "rfc3986",
"specs": [
[
"==",
"2.0.0"
]
]
},
{
"name": "rich",
"specs": [
[
"==",
"13.7.1"
]
]
},
{
"name": "s3transfer",
"specs": [
[
"==",
"0.10.1"
]
]
},
{
"name": "six",
"specs": [
[
"==",
"1.10.0"
]
]
},
{
"name": "soundfile",
"specs": [
[
"==",
"0.12.1"
]
]
},
{
"name": "tomli",
"specs": [
[
"==",
"2.0.1"
]
]
},
{
"name": "tqdm",
"specs": []
},
{
"name": "twine",
"specs": [
[
"==",
"5.1.0"
]
]
},
{
"name": "typing-extensions",
"specs": [
[
"==",
"4.12.1"
]
]
},
{
"name": "zipp",
"specs": [
[
"==",
"3.19.2"
]
]
}
],
"lcname": "podonos"
}