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.18.tar.gz
(21.1 kB
view details)
Built Distribution
podonos-0.1.18-py3-none-any.whl
(21.4 kB
view details)
File details
Details for the file podonos-0.1.18.tar.gz
.
File metadata
- Download URL: podonos-0.1.18.tar.gz
- Upload date:
- Size: 21.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4edbe9146b7c5e52f3b5d0ab39a79a2edd69eeb4836c66fb61b0843fd10a3ac |
|
MD5 | 097a94c02f4a85ae928adf5cdcf72924 |
|
BLAKE2b-256 | e7903a722d6d50bdf0c181e8f50310b3b01035f7d32cbad8a47a53d766b51632 |
File details
Details for the file podonos-0.1.18-py3-none-any.whl
.
File metadata
- Download URL: podonos-0.1.18-py3-none-any.whl
- Upload date:
- Size: 21.4 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 | 636188745b4f9de6ade529e3bf86a0fd297d881f7b6e06dd207a9710c0283170 |
|
MD5 | e4740c2af3d38b0e0c34096b9d3d6344 |
|
BLAKE2b-256 | c1eb074a202486280f31a0b2d3412217c0b23874952d574353797c61c1311cbf |