This release has been yanked by its maintainers, and will be ignored by installers, except when explicitly specified.
Consider using release 0.44.0 instead.
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.
📗 Documentation
For a deeper dive on all capabilities and details, please refer to Documentation.
📑 License
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.1.1.tar.gz.
File metadata
- Download URL: podonos-0.1.1.tar.gz
- Upload date:
- Size: 11.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19522b19beb7ba98b94c25f986f84e4f1bc27da4d7bae40bedad667c86224f4a
|
|
| MD5 |
2cd6c1abb5c775c01adc76d4f572c831
|
|
| BLAKE2b-256 |
bb02d3026ee8259563cefe0a285f7c3f80c3ea8c2a63d151dfce5312e10a070e
|
File details
Details for the file podonos-0.1.1-py3-none-any.whl.
File metadata
- Download URL: podonos-0.1.1-py3-none-any.whl
- Upload date:
- Size: 11.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74840b1eafcac2a46783d72d2dd923981c67a9c2892fca5590b851d471914365
|
|
| MD5 |
7df42e9443181d7ccbe773ed3e9ae7f3
|
|
| BLAKE2b-256 |
311e600050d7b4cbb76c4076a3cc77458a3c4cc5b8a17f0cf41802be2e3f94a9
|