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.2.2.tar.gz
(26.6 kB
view details)
Built Distribution
podonos-0.2.2-py3-none-any.whl
(26.2 kB
view details)
File details
Details for the file podonos-0.2.2.tar.gz
.
File metadata
- Download URL: podonos-0.2.2.tar.gz
- Upload date:
- Size: 26.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 | 4240e9d1e6b15f1010d73c6d08a4081350e1bb9eed8c7126159e80e2db4e62eb |
|
MD5 | 79fd096896cf2f8a341ae2728691112f |
|
BLAKE2b-256 | c4d664138b6bc719c7e74c9ad3a68edd1c2fa0d6f5e3a973ad9e8277e1ae1f0d |
File details
Details for the file podonos-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: podonos-0.2.2-py3-none-any.whl
- Upload date:
- Size: 26.2 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 | cb2338ddbd2d1ab5188d02603798eea5d0568013a286ba7dc98723aaafee1d41 |
|
MD5 | 2ebf38c07ee7a0660a0c2c2b89963ca2 |
|
BLAKE2b-256 | 69e45537d7134e29e1d2ecb9d0db7eb428c391c9da9fd576173925523cd766c0 |