Automatic Speech Recognition
NeMo
ONNX
GGUF
parakeet
tdt
sherpa-onnx
multilingual
speech-recognition
gabor
fastconformer
Instructions to use aoiandroid/orukeet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use aoiandroid/orukeet with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("aoiandroid/orukeet") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
| { | |
| "model": "Orukeet", | |
| "selection": "r3", | |
| "license": "cc-by-sa-4.0", | |
| "source": { | |
| "repo": "oruk/orukeet", | |
| "revision": "555136b50265a132d4cea0d35560c26fc4f657ab", | |
| "filename": "orukeet-v0.1.0.nemo", | |
| "sha256": "031c8ddab4845aeced904a7cde8e8aa57993b2e344716cf83a545b079c473b56" | |
| }, | |
| "export": { | |
| "filename": "orukeet-transcribe-cpp-Q8_0.gguf", | |
| "bytes": 739508608, | |
| "sha256": "cad2f52ac91cad829279422301989687c2cf02e19157352ed25ea501b90dbb7e", | |
| "architecture": "parakeet", | |
| "tensor_count": 697, | |
| "quantization": "Q8_0", | |
| "compatible_aliases": [ | |
| "transcribe-cpp/orukeet-Q8_0.gguf" | |
| ] | |
| }, | |
| "converter": { | |
| "repo": "https://github.com/cjpais/transcribe.cpp", | |
| "revision": "585b98f7e66777d16f2da734ceedaa7398060fa7", | |
| "patch": "convert-orukeet.patch" | |
| }, | |
| "validated_runtime": { | |
| "handy_revision": "2bdf9ac05724fd6fa22f28dabb664c54a43fae3c", | |
| "crate": "transcribe-cpp", | |
| "version": "0.2.0", | |
| "devices": [ | |
| "cpu", | |
| "metal" | |
| ] | |
| } | |
| } | |