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)
Release files for bezrabotnyiwhisper 0.1.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| bezrabotnyiwhisper-0.1.4.tar.gz | 6.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| bezrabotnyiwhisper-0.1.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 13.4 kB
Release files / bezrabotnyiwhisper-0.1.4.tar.gz
| Download URL | bezrabotnyiwhisper-0.1.4.tar.gz |
|---|---|
| Size | 6.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b57deb71ee0f9f3413c25dbde07d46e19daae3269fddf98fc288526f13656da2
|
|
BLAKE2b-256 checksum How to use checksums |
f9596924d9228c1c18f07568b85e30c138221e0b295d3b42e376cf19dc7b4379
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.10.12
|
Release files / bezrabotnyiwhisper-0.1.4-py3-none-any.whl
| Download URL | bezrabotnyiwhisper-0.1.4-py3-none-any.whl |
|---|---|
| Size | 7.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
08e3e9b5bad218f73f616464513580841e5f4409a2ca3f7ffa8cebc3457c2aa1
|
|
BLAKE2b-256 checksum How to use checksums |
66235750dd3be5030ea8348c6ffb70ec16dd9b1b0ddcaca39af611229e214672
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.10.12
|