Automatic Speech Recognition
Core ML
NeMo
apple-neural-engine
on-device
ios
macos
speech
audio
automatic-speech-translation
canary
fastconformer
kv-cache
fp16
Instructions to use smdesai/canary-1b-v2-coreml with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use smdesai/canary-1b-v2-coreml with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("smdesai/canary-1b-v2-coreml") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
Ctrl+K