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.6.tar.gz
(14.4 kB
view details)
Built Distribution
podonos-0.1.6-py3-none-any.whl
(16.1 kB
view details)
File details
Details for the file podonos-0.1.6.tar.gz
.
File metadata
- Download URL: podonos-0.1.6.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17e4dd12a68d48fc0242ef74eba1b5085d1c45c82fab2ae90d1d8b640d355c47 |
|
MD5 | bd390955aec290bc7b6cfce76b68e6b0 |
|
BLAKE2b-256 | a46d9916b8023bee7561046f39125571fe8c6dc89cb52b8385f36292eeb2cd7c |
File details
Details for the file podonos-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: podonos-0.1.6-py3-none-any.whl
- Upload date:
- Size: 16.1 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 | b49e6f6aa0bffcbfdda184b69aca283ed3f6a594d6a5876ac43c780fba2ed8dd |
|
MD5 | 07a76e2522c7630a44aab3d4be4076fb |
|
BLAKE2b-256 | 3485cf08e99fa0a6c19bf5e93b3e90cae97ea63084562f4bb2748a533df78def |