An open API service indexing awesome lists of open source software.

https://github.com/danielfrg/parakeet-asr

CLI and lib use NVIDIA parakeet model for ASR
https://github.com/danielfrg/parakeet-asr

Last synced: 9 months ago
JSON representation

CLI and lib use NVIDIA parakeet model for ASR

Awesome Lists containing this project

README

          

# 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.