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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file podonos-0.33.1.tar.gz.
File metadata
- Download URL: podonos-0.33.1.tar.gz
- Upload date:
- Size: 52.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
479f442af2f5265beb07ce0ac8dbc13a0896d005807fb9a0790ef494359be973
|
|
| MD5 |
a4010bc5b58fbc7b059b9278978f15bb
|
|
| BLAKE2b-256 |
ff9d57c0a268e166c870f928fb9eb1ce8bf564ad31cce89944999ea8c0ce8d5c
|
File details
Details for the file podonos-0.33.1-py3-none-any.whl.
File metadata
- Download URL: podonos-0.33.1-py3-none-any.whl
- Upload date:
- Size: 63.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f154a643da1c919f2bf50ad740321b8cf2a74b67fb45b077d12360923f8e3022
|
|
| MD5 |
d9f93ded8fe38b33b299917a63a95f30
|
|
| BLAKE2b-256 |
36844300943be336f13c1514c867590792dd54a103a4ac79001184a658f6f98a
|