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
- Host: GitHub
- URL: https://github.com/danielfrg/parakeet-asr
- Owner: danielfrg
- Created: 2025-07-03T04:15:19.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-03T21:14:46.000Z (12 months ago)
- Last Synced: 2025-07-03T22:23:49.538Z (12 months ago)
- Language: Python
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.