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. For more details, see Docs
💾 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
from podonos import *
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(file=File(path=f'/a/b/{i}.wav', model_tag="my_new_model",
tags=["syn1", "male", "American"]))
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:
pytest
📗 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.20.0.tar.gz
(36.9 kB
view details)
Built Distribution
podonos-0.20.0-py3-none-any.whl
(45.4 kB
view details)
File details
Details for the file podonos-0.20.0.tar.gz
.
File metadata
- Download URL: podonos-0.20.0.tar.gz
- Upload date:
- Size: 36.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
5ab8ee8f8c46ee6a026d7acf5d00f717074286c2afa6a7c38dedf1bc304b1a3d
|
|
MD5 |
b9dae1e4afbeda8f98b2a7956afe5bda
|
|
BLAKE2b-256 |
f64d25e0426c0abd726adac8dd65a0cd38232a343f32427fc8407da20cc5d4c8
|
File details
Details for the file podonos-0.20.0-py3-none-any.whl
.
File metadata
- Download URL: podonos-0.20.0-py3-none-any.whl
- Upload date:
- Size: 45.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
1cd0a7653b6acf338a70626ab2ab45ca68811e8d31bf0a41b65c442487e97c2d
|
|
MD5 |
d28febe827e804bcde70faa11c2c416c
|
|
BLAKE2b-256 |
d1f9d90afa5c2b515d76c52145a96dffee6e4d212680632ebc1e8f0efa319ec3
|