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.
💾 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
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.
👌 How to run the code testing
Run this at the base directory:
python -m unittest
📗 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.1.5.tar.gz
(14.3 kB
view details)
Built Distribution
podonos-0.1.5-py3-none-any.whl
(16.2 kB
view details)
File details
Details for the file podonos-0.1.5.tar.gz
.
File metadata
- Download URL: podonos-0.1.5.tar.gz
- Upload date:
- Size: 14.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14bbb5ea05c3396b0c05ee1c5873cda9b81f2985ac68887a367b3ba9d9a7225b |
|
MD5 | 17569c0d4d9aaa12a7b39447f07f2e63 |
|
BLAKE2b-256 | fa44da631c28d01f7f7fe1e6c502150e5f7c791470c896d770a8478412923870 |
File details
Details for the file podonos-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: podonos-0.1.5-py3-none-any.whl
- Upload date:
- Size: 16.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9223585c0d55431993d14060bec1dcb8c44f78012e01e569e79f599f913267c5 |
|
MD5 | 8d435ac31b4cff6742564ca9d40216e5 |
|
BLAKE2b-256 | 6e598112876d8d453c768c77f4b3803971a2ecf790990eb3b06bc82c46cd7c1a |