podonos


Namepodonos JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryManaged evaluation for audio & speech
upload_time2024-04-26 05:40:50
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT 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 No requirements were recorded.
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.

### 💾 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

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(f'/a/b/{i}.wav')
etor.close()
```
Once we evaluate the audio files, we will email you the evaluation report within 12 hours.

## 📗 Documentation

For a deeper dive on all capabilities and details, please refer to [Documentation](https://docs.podonos.com/).

## 📑 License
[MIT License](https://github.com/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": "Soohyun Bae <sb@podonos.com>",
    "download_url": "https://files.pythonhosted.org/packages/bb/02/d3026ee8259563cefe0a285f7c3f80c3ea8c2a63d151dfce5312e10a070e/podonos-0.1.1.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.\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\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(f'/a/b/{i}.wav')\netor.close()\n```\nOnce we evaluate the audio files, we will email you the evaluation report within 12 hours.\n\n## \ud83d\udcd7 Documentation\n\nFor a deeper dive on all capabilities and details, please refer to [Documentation](https://docs.podonos.com/).\n\n## \ud83d\udcd1 License\n[MIT License](https://github.com/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.1.1",
    "project_urls": {
        "Homepage": "https://www.podonos.com",
        "Repository": "https://github.com/podonos/pysdk"
    },
    "split_keywords": [
        "ai",
        " speech",
        " synthesis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "311e600050d7b4cbb76c4076a3cc77458a3c4cc5b8a17f0cf41802be2e3f94a9",
                "md5": "7df42e9443181d7ccbe773ed3e9ae7f3",
                "sha256": "74840b1eafcac2a46783d72d2dd923981c67a9c2892fca5590b851d471914365"
            },
            "downloads": -1,
            "filename": "podonos-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7df42e9443181d7ccbe773ed3e9ae7f3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 11405,
            "upload_time": "2024-04-26T05:40:46",
            "upload_time_iso_8601": "2024-04-26T05:40:46.409930Z",
            "url": "https://files.pythonhosted.org/packages/31/1e/600050d7b4cbb76c4076a3cc77458a3c4cc5b8a17f0cf41802be2e3f94a9/podonos-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb02d3026ee8259563cefe0a285f7c3f80c3ea8c2a63d151dfce5312e10a070e",
                "md5": "2cd6c1abb5c775c01adc76d4f572c831",
                "sha256": "19522b19beb7ba98b94c25f986f84e4f1bc27da4d7bae40bedad667c86224f4a"
            },
            "downloads": -1,
            "filename": "podonos-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2cd6c1abb5c775c01adc76d4f572c831",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 11059,
            "upload_time": "2024-04-26T05:40:50",
            "upload_time_iso_8601": "2024-04-26T05:40:50.427465Z",
            "url": "https://files.pythonhosted.org/packages/bb/02/d3026ee8259563cefe0a285f7c3f80c3ea8c2a63d151dfce5312e10a070e/podonos-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-26 05:40:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "podonos",
    "github_project": "pysdk",
    "github_not_found": true,
    "lcname": "podonos"
}
        
Elapsed time: 0.24221s