Automatic Speech Recognition
Core ML
NeMo
Estonian
coremltools
asr
speech
parakeet
yuriyvnv
6bit-palettize-kmeans
Instructions to use OpenVoiceOS/parakeet-tdt-0.6b-estonian-coreml-6bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use OpenVoiceOS/parakeet-tdt-0.6b-estonian-coreml-6bit with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("OpenVoiceOS/parakeet-tdt-0.6b-estonian-coreml-6bit") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
File size: 617 Bytes
1d32bbd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | {
"fileFormatVersion": "1.0.0",
"itemInfoEntries": {
"48DC5D6F-39A7-4157-8713-1350E38CA587": {
"author": "com.apple.CoreML",
"description": "CoreML Model Weights",
"name": "weights",
"path": "com.apple.CoreML/weights"
},
"6C5C0794-10EB-4B2F-8D86-89A436DD2EE6": {
"author": "com.apple.CoreML",
"description": "CoreML Model Specification",
"name": "model.mlmodel",
"path": "com.apple.CoreML/model.mlmodel"
}
},
"rootModelIdentifier": "6C5C0794-10EB-4B2F-8D86-89A436DD2EE6"
}
|