Skip to main content

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

MIT License

Project details


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.7.tar.gz (14.5 kB view details)

Uploaded Source

Built Distribution

podonos-0.1.7-py3-none-any.whl (16.1 kB view details)

Uploaded Python 3

File details

Details for the file podonos-0.1.7.tar.gz.

File metadata

  • Download URL: podonos-0.1.7.tar.gz
  • Upload date:
  • Size: 14.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.8.5

File hashes

Hashes for podonos-0.1.7.tar.gz
Algorithm Hash digest
SHA256 cf1e310f56964275f4342994bdc3f0ddd28a88a95ba774387424697abde861df
MD5 1b1b17de3725b36fb3513a531db00696
BLAKE2b-256 383e8525925f5232daa4dd130f69b807181831aef6bad5767d500572dd5811bd

See more details on using hashes here.

File details

Details for the file podonos-0.1.7-py3-none-any.whl.

File metadata

  • Download URL: podonos-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 16.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.8.5

File hashes

Hashes for podonos-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 b3a14e3e6b5c70bbdc1b876238a2f82216fec6fb50759a6c1e9d12f6cb9f2368
MD5 32f34ced5996dc5f4f50db487136da49
BLAKE2b-256 d687819cd777a909ef7776bde3638fe049acf321190d0c0390b9bb736fc4745a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page