Skip to content

Instantly share code, notes, and snippets.

@sunilpro
sunilpro / nemo_asr_streaming.py
Created January 16, 2020 16:21
Streaming ASR demo of NeMo with CPU backend (Mac OS)
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import nemo, nemo_asr
from nemo_asr.helpers import post_process_predictions
import numpy as np
import pyaudio as pa
import time
# the checkpoints are available from NGC: https://ngc.nvidia.com/catalog/models/nvidia:quartznet15x5
@sunilpro
sunilpro / benzo.json
Last active October 20, 2020 13:08
Benzo Version
{"min": {"build": 191}}