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', tags=["syn1"]))
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.2.0.tar.gz
(24.6 kB
view details)
Built Distribution
podonos-0.2.0-py3-none-any.whl
(24.6 kB
view details)
File details
Details for the file podonos-0.2.0.tar.gz
.
File metadata
- Download URL: podonos-0.2.0.tar.gz
- Upload date:
- Size: 24.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | da3ab86ac2ebbc5a99d6d5746a36ab5c92fa823cb9fc6fce4f33c8775d1f1d61 |
|
MD5 | ad2d9c1404c8a92fd9290ada4b1601d0 |
|
BLAKE2b-256 | 5221812e7e6fc9e1aded34f19f5a549776d2569029fafe0761ac542d2a890990 |
File details
Details for the file podonos-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: podonos-0.2.0-py3-none-any.whl
- Upload date:
- Size: 24.6 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 | 86a419b0c5fb971aea720391a1969a3468791a5af679395a099817221b99e9e7 |
|
MD5 | 7475c4e8e73d00f1c7a397593d510ee7 |
|
BLAKE2b-256 | 8053ece290ed6909fa55b75ed49ed573ffbb5b6602f8db5a949db5d4f041dfdb |