.. _tutorials: Tutorials ========= The best way to get started with NeMo is to checkout one of our tutorials. Most NeMo tutorials can be run on `Google's Colab `_. To run tutorials: * Click on Colab link (see table below) * Connect to an instance with a GPU (Runtime -> Change runtime type -> select "GPU" for hardware accelerator) .. list-table:: **Tutorials** :widths: 15 25 25 :header-rows: 1 * - Domain - Title - GitHub URL * - General - Getting Started: Exploring Nemo Fundamentals - `NeMo Fundamentals `_ * - General - Getting Started: Sample Conversational AI application - `Audio translator example `_ * - General - Getting Started: Voice swap application - `Voice swap example `_ * - General - Exploring NeMo Model Construction - `NeMo Models `_ * - ASR - ASR with NeMo - `ASR with NeMo `_ * - ASR - ASR with Subword Tokenization - `ASR with Subword Tokenization `_ * - ASR - Offline ASR Inference with Beam Search and External Language Model Rescoring - `Offline ASR `_ * - ASR - Online ASR inference with Microphone - `Online ASR Microphone `_ * - ASR - Speech Commands - `Speech Commands `_ * - ASR - Online and Offline Speech Commands Inference - `Online Offline Microphone Speech Commands `_ * - ASR - Voice Activiy Detection (VAD) - `Voice Activiy Detection `_ * - ASR - Online and Offline VAD Inference - `Online Offline Microphone VAD `_ * - ASR - Speaker Recognition and Verification - `Speaker Recognition and Verification `_ * - ASR - Speaker Diarization Inference - `Speaker Diarization Inference `_ * - ASR - ASR with Speaker Diarization - `ASR with Speaker Diarization `_ * - ASR - Online Noise Augmentation - `Online Noise Augmentation `_ * - NLP - Using Pretrained Language Models for Downstream Tasks - `Pretrained Language Models for Downstream Tasks `_ * - NLP - Exploring NeMo NLP Tokenizers - `NLP Tokenizers `_ * - NLP - Text Classification (Sentiment Analysis) with BERT - `Text Classification (Sentiment Analysis) `_ * - NLP - Question Answering with SQuAD - `Question Answering Squad `_ * - NLP - Token Classification (Named Entity Recognition) - `Token Classification: Named Entity Recognition `_ * - NLP - Joint Intent Classification and Slot Filling - `Joint Intent and Slot Classification `_ * - NLP - GLUE Benchmark - `GLUE Benchmark `_ * - NLP - Punctuation and Capitalization - `Punctuation and Capitalization `_ * - NLP - Named Entity Recognition - BioMegatron - `Named Entity Recognition - BioMegatron `_ * - NLP - Relation Extraction - BioMegatron - `Relation Extraction - BioMegatron `_ * - TTS - Speech Synthesis - `TTS Inference `_ * - TTS - Speech Synthesis - `Tacotron2 Training `_ * - Tools - CTC Segmentation - `CTC Segmentation `_ * - Tools - Text Normalization for Text To Speech - `Text Normalization `_