Automatic Speech Recognition
NeMo
English
asr
atc
air-traffic-control
aviation
parakeet
fastconformer
tdt
finetuned
built-with-llama
Eval Results (legacy)
Instructions to use twangodev/rasr-parakeet-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use twangodev/rasr-parakeet-v1 with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("twangodev/rasr-parakeet-v1") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
Ctrl+K