Metadata-Version: 2.4
Name: parakeet-asr
Version: 0.1.0
Summary: ASR based on NVIDIA parakeet model
Author-email: Daniel Rodriguez <daniel@danielfrg.com>
Requires-Python: ==3.12.*
Requires-Dist: click>=8.2.1
Requires-Dist: nemo-toolkit[asr]>=2.1.0
Requires-Dist: numpy==1.*
Description-Content-Type: text/markdown

# parakeet-asr

ASR (Automatic Speech Recognition) using NVIDIA parakeet model.

- Simple to use CLI and Pythonic API
- Support for CPU and GPU
- Support for long audios with correct timestamps


## Install

```
pip install parakeet-asr

uv install parakeet-asr
```

## Usage

```
parakeet YOUR_AUDIO_FILE.wav
```

Will create a `.srt` file on the same location as the source with the same name.




