Metadata-Version: 2.4
Name: vox-parakeet
Version: 0.2.7
Summary: NVIDIA Parakeet STT adapters for Vox
Requires-Python: >=3.11
Requires-Dist: numpy<2.4,>=1.26.0
Requires-Dist: onnx-asr[gpu,hub]>=0.10.0; platform_machine == 'x86_64'
Requires-Dist: onnx-asr[hub]>=0.10.0; platform_machine != 'x86_64'
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
```

## Use with Vox

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