Parakeet
Collection
Nvidia's ASR models, now in MLX! • 10 items • Updated • 10
How to use mlx-community/parakeet-tdt-0.6b-v3 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir parakeet-tdt-0.6b-v3 mlx-community/parakeet-tdt-0.6b-v3
This model was converted to MLX format from nvidia/parakeet-tdt-0.6b-v3 using the conversion script. Please refer to original model card for more details on the model.
pip install -U parakeet-mlx
parakeet-mlx audio.wav --model mlx-community/parakeet-tdt-0.6b-v3
pip install -U mlx-audio
python -m mlx_audio.stt.generate --model mlx-community/parakeet-tdt-0.6b-v3 --audio audio.wav --output somewhere
Quantized