Automatic Speech Recognition
NeMo
Vietnamese
Nemo
ASR
Pytorch
FastConformer
Parakeet
CTC
audio
speech
Instructions to use nvidia/parakeet-ctc-0.6b-Vietnamese with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use nvidia/parakeet-ctc-0.6b-Vietnamese with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("nvidia/parakeet-ctc-0.6b-Vietnamese") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
Does this workwell on Vietnamese and English mixed sentences
#5
by nhat05trn - opened