Metadata-Version: 2.4
Name: vox-whisper
Version: 0.2.6
Summary: faster-whisper / CTranslate2 Whisper adapter for Vox
Requires-Python: >=3.11
Requires-Dist: numpy<2.4,>=1.26.0
Requires-Dist: vox-runtime>=0.2.2
Description-Content-Type: text/markdown

# vox-whisper

Whisper STT adapter package for Vox.

## Included adapter

- `whisper-stt-ct2` — faster-whisper / CTranslate2 backend

## Install

```bash
pip install vox-whisper
```

## Runtime Dependencies

Whisper bootstraps faster-whisper and CTranslate2 into the isolated target
runtime `$VOX_HOME/runtime/whisper`.

## Use with Vox

```bash
vox pull whisper-stt-ct2:base.en
vox pull whisper-stt-ct2:large-v3
```
