senstella's picture
add mlx-audio
d625473 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_ctc-110m

mlx-community/parakeet-tdt_ctc-110m

This model was converted to MLX format from nvidia/parakeet-tdt_ctc-110m 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_ctc-110m

mlx-audio

pip install -U mlx-audio
python -m mlx_audio.stt.generate --model mlx-community/parakeet-tdt_ctc-110m --audio audio.wav --output somewhere