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.4.tar.gz (6.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.4-py3-none-any.whl (7.1 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for bezrabotnyiwhisper-0.1.4.tar.gz
Algorithm Hash digest
SHA256 b57deb71ee0f9f3413c25dbde07d46e19daae3269fddf98fc288526f13656da2
MD5 a85d2ce1a02da76a7e703f6f3d05fdc9
BLAKE2b-256 f9596924d9228c1c18f07568b85e30c138221e0b295d3b42e376cf19dc7b4379

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bezrabotnyiwhisper-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 08e3e9b5bad218f73f616464513580841e5f4409a2ca3f7ffa8cebc3457c2aa1
MD5 6c0d2f1d60ebeb2fe3fadbe4fa4c7948
BLAKE2b-256 66235750dd3be5030ea8348c6ffb70ec16dd9b1b0ddcaca39af611229e214672

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