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.3.tar.gz (4.3 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.3-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: bezrabotnyiwhisper-0.1.3.tar.gz
  • Upload date:
  • Size: 4.3 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.3.tar.gz
Algorithm Hash digest
SHA256 8489ddfe97e4702d071bd16bbae2ba8a6e2d5b432e0b5d865d53e6c50ce70a5c
MD5 d4b1a6739bddc833fb9c028cb63032b2
BLAKE2b-256 4906fd035d08cc1582c90cc40c3f48d799a625378ee6e0bba869f73b1718e476

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bezrabotnyiwhisper-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 08bdc07d690fc508c2fded3c0a4d17f28877c2a18fa604aa64edc6994b6be33d
MD5 0cfb52b17b476ad8577c4fa91419dcd7
BLAKE2b-256 66ef9f43e2de5a3e0b0906acdf0c6e27f0a74e2c17097c0c80075e45694c478b

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