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. 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', tags=["syn1"]))
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.19.tar.gz (21.5 kB view details)

Uploaded Source

Built Distribution

podonos-0.1.19-py3-none-any.whl (21.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: podonos-0.1.19.tar.gz
  • Upload date:
  • Size: 21.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.19.tar.gz
Algorithm Hash digest
SHA256 203da1496dab08f3b10669bc34fb8ab58fb75a7a2584ae042e2f40b1d40a7ee1
MD5 ed322a3f05f22a2f70c9385a14140287
BLAKE2b-256 1abddf1abc60d5dd9f9037c39f505c09683816e5f2361b0bc30c5699a12ca3a5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: podonos-0.1.19-py3-none-any.whl
  • Upload date:
  • Size: 21.7 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.19-py3-none-any.whl
Algorithm Hash digest
SHA256 9279f58ba2f6a6a33fb51d5de4920677634dd12f000437598501ca2934ded50c
MD5 237459b39660560489085cadb75eac64
BLAKE2b-256 bcc661b77149892c9fd725ee79abcc3e2766e00e40d6575356ac32b6972dff9d

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