metadata
library_name: mlx
tags:
- mlx
- automatic-speech-recognition
- speech
- audio
- FastConformer
- Conformer
- Parakeet
license: cc-by-4.0
pipeline_tag: automatic-speech-recognition
base_model: nvidia/parakeet-tdt-1.1b
mlx-community/parakeet-tdt-1.1b
This model was converted to MLX format from nvidia/parakeet-tdt-1.1b using the conversion script. Please refer to original model card for more details on the model.
Use with mlx
parakeet-mlx
pip install -U parakeet-mlx
parakeet-mlx audio.wav --model mlx-community/parakeet-tdt-1.1b
mlx-audio
pip install -U mlx-audio
python -m mlx_audio.stt.generate --model mlx-community/parakeet-tdt-1.1b --audio audio.wav --output somewhere