Skip to main content

Official pyannoteAI Python SDK

Project description

Official pyannoteAI Python SDK

Installation

$ pip install pyannoteai-sdk

Then head over to dashboard.pyannote.ai and create an API key.

Speaker diarization

# instantiate client
from pyannoteai.sdk import Client
client = Client("your-api-key")

# upload conversation file
media_url = client.upload('/path/to/conversation.wav')

# submit a diarization job
job_id = client.diarize(media_url)

# retrieve diarization
diarization = client.retrieve(job_id)
# diarization['output']['diarization'] contains diarization output

Use help(client.diarize) to learn about options.

Speaker identification

# create a voiceprint from a sample of Lex's voice
lex_url = client.upload('/path/to/lex.wav')
job_id = client.voiceprint(lex_url)
lex = client.retrieve(job_id)
# lex['output']['voiceprint'] contains Lex's voiceprint

# create a voiceprint from a sample of Mark's voice
mark_url = client.upload('/path/to/mark.wav')
job_id = client.voiceprint(mark_url)
mark = client.retrieve(job_id)
# mark['output']['voiceprint'] contains Mark's voiceprint

# use those voiceprints to track Lex and Mark in the conversation
voiceprints = {'lex': lex['output']['voiceprint'], 'mark': mark['output']['voiceprint']}
job_id = client.identify('/path/to/conversation.wav', voiceprints)
identification = client.retrieve(job_id)
# identification['output']['identification'] contains identification output

Use help(client.identify) to learn about options.

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

pyannoteai_sdk-0.2.1.tar.gz (14.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyannoteai_sdk-0.2.1-py3-none-any.whl (8.3 kB view details)

Uploaded Python 3

File details

Details for the file pyannoteai_sdk-0.2.1.tar.gz.

File metadata

  • Download URL: pyannoteai_sdk-0.2.1.tar.gz
  • Upload date:
  • Size: 14.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.8.19

File hashes

Hashes for pyannoteai_sdk-0.2.1.tar.gz
Algorithm Hash digest
SHA256 37cb9e923694e4bb2164a4e3705bdbd0b88f2a5102594f21aae78b8ab25849dd
MD5 1b6fec3a37ac2ff76d42e90bb04064b9
BLAKE2b-256 67bfd2243628c0e059f84af4905ba7b13831dcff4975d0b88ad86cf48346859c

See more details on using hashes here.

File details

Details for the file pyannoteai_sdk-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for pyannoteai_sdk-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8d861079e7d3801803860967aa6cff441b815dea8a36fe9f104a4bb16cc6a93e
MD5 8b5ddf162015f87e18172b05686f994d
BLAKE2b-256 ff02dfce3f1428b04a50583e8b50549da31f7d66baa17bfd1232db42a7a3ae86

See more details on using hashes here.

Supported by

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