Metadata-Version: 2.4
Name: vox-parakeet
Version: 0.2.35
Summary: NVIDIA Parakeet STT adapters for Vox
Requires-Python: >=3.11
Requires-Dist: huggingface-hub<1.0,>=0.34.0
Requires-Dist: numpy<2.4,>=1.26.0
Requires-Dist: onnx-asr[hub]>=0.10.0
Requires-Dist: protobuf<7.0.0,>=6.31.1
Requires-Dist: soundfile>=0.13.1
Requires-Dist: vox-runtime>=0.2.2
Description-Content-Type: text/markdown

# vox-parakeet

Parakeet STT adapter package for Vox.

## Included adapters

- `parakeet-stt-onnx` — ONNX backend
- `parakeet-stt-nemo` — native CUDA/NeMo backend

## Install

```bash
pip install vox-parakeet
```

## Runtime Dependencies

The ONNX backend is installed with the adapter package. The NeMo backend
bootstraps into `$VOX_HOME/runtime/parakeet-nemo`.

## Use with Vox

```bash
vox pull parakeet-stt-onnx:tdt-0.6b-v3
vox pull parakeet-stt-nemo:tdt-0.6b-v3
```
