senstella's picture
add mlx-audio!
8ae1553 verified
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-0.6b-v2

mlx-community/parakeet-tdt-0.6b-v2

This model was converted to MLX format from nvidia/parakeet-tdt-0.6b-v2 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-0.6b-v2

mlx-audio

pip install -U mlx-audio
python -m mlx_audio.stt.generate --model mlx-community/parakeet-tdt-0.6b-v2 --audio audio.wav --output somewhere