Automatic Speech Recognition
NeMo
English
voxrt
speech-recognition
streaming
asr
fastconformer
nvidia
on-device
edge
arm
neon
Instructions to use VoxRT/streaming-medium-pc-vxrt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use VoxRT/streaming-medium-pc-vxrt with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("VoxRT/streaming-medium-pc-vxrt") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
Ctrl+K