Managed evaluation for audio & speech
Project description
Podonos
Quick Start
👨💻 1. Get an API key
Visit https://www.podonos.com, log in or sign up, and get an API key. For more details, see Docs
💾 2. Install podonos Python package
First of all, make sure you have installed Python 3.8 or newer
python --version
Once you confirm your Python version, install the package:
pip install podonos
🎙️ 3. Start speech evaluation
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:
pytest
📗 Documentation
For a deeper dive on all capabilities and details, please refer to Documentation.
📑 License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
podonos-0.3.0.tar.gz
(26.5 kB
view details)
Built Distribution
podonos-0.3.0-py3-none-any.whl
(26.1 kB
view details)
File details
Details for the file podonos-0.3.0.tar.gz
.
File metadata
- Download URL: podonos-0.3.0.tar.gz
- Upload date:
- Size: 26.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 724940412e8513d12b20d5bbf6e0fc781a7eba54de94c3faa3f548c269212384 |
|
MD5 | 29214cfcf6c6e4ad407c61d59e56595c |
|
BLAKE2b-256 | f95020bda1a60290754f1aab56302ed266e2f77504189b0ca3c4531652b7b396 |
File details
Details for the file podonos-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: podonos-0.3.0-py3-none-any.whl
- Upload date:
- Size: 26.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88c7436a94698bc29138ae6c7acb08a05ffbf116c9f68e773406633d576d1ca3 |
|
MD5 | e589f60e2c274846214db224a77ff493 |
|
BLAKE2b-256 | e6aa4f4d85aca652cca97d453b13d3582c87b8dc4f287055398461a472126617 |