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.

📗 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.1.tar.gz (11.1 kB view hashes)

Uploaded Source

Built Distribution

podonos-0.1.1-py3-none-any.whl (11.4 kB view hashes)

Uploaded Python 3

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