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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b57deb71ee0f9f3413c25dbde07d46e19daae3269fddf98fc288526f13656da2
|
|
| MD5 |
a85d2ce1a02da76a7e703f6f3d05fdc9
|
|
| BLAKE2b-256 |
f9596924d9228c1c18f07568b85e30c138221e0b295d3b42e376cf19dc7b4379
|
File details
Details for the file bezrabotnyiwhisper-0.1.4-py3-none-any.whl.
File metadata
- Download URL: bezrabotnyiwhisper-0.1.4-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08e3e9b5bad218f73f616464513580841e5f4409a2ca3f7ffa8cebc3457c2aa1
|
|
| MD5 |
6c0d2f1d60ebeb2fe3fadbe4fa4c7948
|
|
| BLAKE2b-256 |
66235750dd3be5030ea8348c6ffb70ec16dd9b1b0ddcaca39af611229e214672
|