/nemo_example

Primary LanguageJupyter Notebook

Nemo Example Code

Sample code for nemo models and usage on how to install

Installation

apt-get update && apt-get install -y libsndfile1 ffmpeg
pip install Cython
pip install nemo_toolkit[all]
pip install datasets

Running code for each sample

python nemo_asr_sample.py
python nemo_ner_sample.py
  • Update 25/7/2023 added demo for colab