Views
No views yet
pip install -U nemo_toolkit["asr"]wget https://github.com/drivendataorg/childrens-speech-recognition-runtime/raw/refs/heads/main/data-demo/phonetic/audio/U_1c8757065e355c35.flac1import nemo.collections.asr as nemo_asr
2asr_model = nemo_asr.models.ASRModel.from_pretrained(model_name="ZFTurbo/parakeet-tdt-0.6b-v2-Children-Words")
3output = asr_model.transcribe(['U_1c8757065e355c35.flac'])
4print(output[0].text)