Skip to main content

Client for whisper.bezrabotnyi.com

Project description

bezrabotnyiwhisper

Python-клиент для сервиса голосовой расшифровки Whisper.

Установка

pip install bezrabotnyiwhisper  # после публикации

Использование

from whisperclient import transcribe_sync, transcribe_stream_sync
import whisperclient

# Настраиваем ключ и модель
whisperclient.api_key = 'secret-key'
whisperclient.model = 'large-v3'

# Обычная расшифровка
text = transcribe_sync("audio.ogg")
print(text)

# Стриминг-режим
for chunk in transcribe_stream_sync("audio.ogg"):
    print(chunk)

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

bezrabotnyiwhisper-0.1.2.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

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

bezrabotnyiwhisper-0.1.2-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

File details

Details for the file bezrabotnyiwhisper-0.1.2.tar.gz.

File metadata

  • Download URL: bezrabotnyiwhisper-0.1.2.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.12

File hashes

Hashes for bezrabotnyiwhisper-0.1.2.tar.gz
Algorithm Hash digest
SHA256 2f1bbb1af74eb425c2295f80afc36a95ec27e4d9fdaa886a166248f226cf4039
MD5 916d06461ebea3b1aeefd910a13c6906
BLAKE2b-256 cb2949a4f29583627900fed5b1f18e1d2ba52e4c55c5905f0c004cb25a9f6db8

See more details on using hashes here.

File details

Details for the file bezrabotnyiwhisper-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for bezrabotnyiwhisper-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 edaa14dffcd9e3fac65db3bfaf1818bb41de2bc955ece7125737e69bce0c24de
MD5 b2cdc554c7fe1a262aca7b3530097757
BLAKE2b-256 120134af0838ebc9874967d14d96f110e2193a9f720c55fdd937a9b7509d7b64

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