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.15.11.tar.gz
(18.8 kB
view details)
Built Distribution
File details
Details for the file podonos-0.1.15.11.tar.gz
.
File metadata
- Download URL: podonos-0.1.15.11.tar.gz
- Upload date:
- Size: 18.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a492b91516340f106ae5e4b73002be0b8e127077b56887bd138b778f6cd463ae |
|
MD5 | 493ca3c7ed6c4377a7e022c67e7eadee |
|
BLAKE2b-256 | 398b593c6ab4f4a7514f2785dad88e6728c1569931a21717c67a3570feba3b3e |
File details
Details for the file podonos-0.1.15.11-py3-none-any.whl
.
File metadata
- Download URL: podonos-0.1.15.11-py3-none-any.whl
- Upload date:
- Size: 20.7 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 | ec0d677815f1c8a17992e0b989ecd2af93a2ef1048c0c8eb1de7319a7dd5c5ef |
|
MD5 | 41ec526788f3ad21d4bd545f218f12e5 |
|
BLAKE2b-256 | e508bc1a66c0571be1c628a6ee25145fc3422cfd8290703e0fb56c1b2db25884 |