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.8.tar.gz
(15.2 kB
view details)
Built Distribution
podonos-0.1.8-py3-none-any.whl
(16.8 kB
view details)
File details
Details for the file podonos-0.1.8.tar.gz
.
File metadata
- Download URL: podonos-0.1.8.tar.gz
- Upload date:
- Size: 15.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84775460bf4c18b2668b444863ff95b235b919900dcee9ba4a282fece86f4c64 |
|
MD5 | 9e3597b7a7da21c0d208ae1016c02649 |
|
BLAKE2b-256 | 73cf37649e44658f2782dc49d36da1611b4e1064b4b7804bb3dd3ff322b647ff |
File details
Details for the file podonos-0.1.8-py3-none-any.whl
.
File metadata
- Download URL: podonos-0.1.8-py3-none-any.whl
- Upload date:
- Size: 16.8 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 | 4dc8c60b30d68df35ec9bd3950e6d7ede29b8d502bd6b7cad249c641ae6d2e66 |
|
MD5 | edc286cbd62150acb6664e38aee24ea0 |
|
BLAKE2b-256 | aa65b5ac9a2622b7fc0ab39da1fc454a81284eac97b3166f8a1ee677bcde0be4 |