senstella's picture
add mlx-audio
e381019 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-0.6b-ja

mlx-community/parakeet-tdt_ctc-0.6b-ja

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

mlx-audio

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