Automatic Speech Recognition
MLX
Safetensors
NeMo
English
parakeet
transducer
tdt
apple-silicon
speech-to-text
Instructions to use NeoRoth/parakeet-tdt-0.6b-v3-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use NeoRoth/parakeet-tdt-0.6b-v3-mlx 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 NeoRoth/parakeet-tdt-0.6b-v3-mlx
- NeMo
How to use NeoRoth/parakeet-tdt-0.6b-v3-mlx with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("NeoRoth/parakeet-tdt-0.6b-v3-mlx") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!