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.10.tar.gz
(15.5 kB
view details)
Built Distribution
podonos-0.1.10-py3-none-any.whl
(16.6 kB
view details)
File details
Details for the file podonos-0.1.10.tar.gz
.
File metadata
- Download URL: podonos-0.1.10.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6dfaadd934fee2750de5d0d33dc6be6ea07b076ade466485ba5a4fa1fe94627 |
|
MD5 | 39c21caa0f192b503a0d52f67eac2457 |
|
BLAKE2b-256 | d09d0dea8700c99a605025fb84a3535326b2b584e5d23365b0459ce1792254af |
File details
Details for the file podonos-0.1.10-py3-none-any.whl
.
File metadata
- Download URL: podonos-0.1.10-py3-none-any.whl
- Upload date:
- Size: 16.6 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 | ed565d0d26e5ff9a7f8d6d2495ab9102c852e219c275b32ca7afe15c0da2dd41 |
|
MD5 | cd3e67bbc94748dfed8228982337c3ba |
|
BLAKE2b-256 | f3d9db5626f357473fdc7038d5e7f437115192ad201f55deb506211c3751145f |