Automatic Speech Recognition
NeMo
Core ML
English
speech-recognition
FastConformer
end-of-utterance
voice agent
Instructions to use aoiandroid/parakeet-realtime-eou-120m-coreml with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use aoiandroid/parakeet-realtime-eou-120m-coreml with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("aoiandroid/parakeet-realtime-eou-120m-coreml") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
File size: 617 Bytes
1b8ea0e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | {
"fileFormatVersion": "1.0.0",
"itemInfoEntries": {
"446DB82B-CCCF-45A7-8BC1-6A0B513ADDAA": {
"author": "com.apple.CoreML",
"description": "CoreML Model Specification",
"name": "model.mlmodel",
"path": "com.apple.CoreML/model.mlmodel"
},
"56C7CF0D-51B6-4E0A-ACAE-6A71D089B1B7": {
"author": "com.apple.CoreML",
"description": "CoreML Model Weights",
"name": "weights",
"path": "com.apple.CoreML/weights"
}
},
"rootModelIdentifier": "446DB82B-CCCF-45A7-8BC1-6A0B513ADDAA"
}
|