Automatic Speech Recognition
NeMo
Core ML
PyTorch
speech
audio
Transducer
TDT
FastConformer
Conformer
NeMo
hf-asr-leaderboard
Instructions to use FluidInference/parakeet-tdt-0.6b-v3-coreml with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use FluidInference/parakeet-tdt-0.6b-v3-coreml with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("FluidInference/parakeet-tdt-0.6b-v3-coreml") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle