Metadata-Version: 2.4
Name: vision-agents-plugins-fast-whisper
Version: 0.4.4
Summary: Fast Whisper STT integration for Vision Agents
Project-URL: Documentation, https://visionagents.ai/
Project-URL: Website, https://visionagents.ai/
Project-URL: Source, https://github.com/GetStream/Vision-Agents
License-Expression: MIT
Keywords: AI,STT,agents,faster-whisper,speech-to-text,voice agents,whisper
Requires-Python: >=3.10
Requires-Dist: faster-whisper<2,>=1.2.1
Requires-Dist: vision-agents
Description-Content-Type: text/markdown

# Fast Whisper STT Plugin

Fast Whisper STT plugin for Vision Agents, providing real-time audio transcription using [faster-whisper](https://github.com/guillaumekln/faster-whisper).

## Features

- Fast inference using CTranslate2-based Whisper implementation
- Support for multiple model sizes (tiny, base, small, medium, large, large-v2, large-v3)
- Automatic language detection or manual language specification
- CPU and GPU support
- Quantization support (int8, float16, float32)

## Installation

```bash
uv add vision-agents[fast-whisper]
# or directly
uv add vision-agents-plugins-fast-whisper
```
