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

Uploaded Source

Built Distribution

podonos-0.1.13-py3-none-any.whl (20.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: podonos-0.1.13.tar.gz
  • Upload date:
  • Size: 18.6 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.13.tar.gz
Algorithm Hash digest
SHA256 184540a2f6638e9ac90a8a706e2a393f51566d0871fb1f070f31a5e94b27a136
MD5 4abb1680328ed1d267255fa3511a7181
BLAKE2b-256 a731223dd4db182bb6e42ed8c5347edbb282d0995e44dacac0e717c772f001d0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: podonos-0.1.13-py3-none-any.whl
  • Upload date:
  • Size: 20.6 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.13-py3-none-any.whl
Algorithm Hash digest
SHA256 46818b3e35d542424c3dd3dcca1822e635719f72da80a8740d43c25b16e86ba6
MD5 c903c76e850769917c5bd70f8f6a347b
BLAKE2b-256 a24ecb6bb609279db9db9af878bf9b1a22983fcc61c9e5c5fc2b2a91ec56cad9

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