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.17.tar.gz
(20.9 kB
view details)
Built Distribution
podonos-0.1.17-py3-none-any.whl
(21.0 kB
view details)
File details
Details for the file podonos-0.1.17.tar.gz
.
File metadata
- Download URL: podonos-0.1.17.tar.gz
- Upload date:
- Size: 20.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d396d2e20aa6cbc74584637c4e0bbdfe3b822c51c25fd28e4d61b8a7c378563 |
|
MD5 | ac85245b97960df0998b13a054fd5f58 |
|
BLAKE2b-256 | d95cbadb76b6d747982b039962929268a3013a3f1e99ac5d006986d182e0b1cd |
File details
Details for the file podonos-0.1.17-py3-none-any.whl
.
File metadata
- Download URL: podonos-0.1.17-py3-none-any.whl
- Upload date:
- Size: 21.0 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 | 557de7af8d0182fe1f53916e3365e4114d9863148247043bff75cd086d987244 |
|
MD5 | 12e13591408ed2f7b4f231a6c5c03ff0 |
|
BLAKE2b-256 | d40f408010a43c50f23bb14d12eeed50ec7a68943c5de8ca1ad09271033156bf |