diff --git a/New-language-adaptation/German/README.md b/New-language-adaptation/German/README.md index 49f871a9..0e8067f2 100644 --- a/New-language-adaptation/German/README.md +++ b/New-language-adaptation/German/README.md @@ -1,4 +1,4 @@ - + # The Making of RIVA German ASR Service diff --git a/New-language-adaptation/Hindi/README.md b/New-language-adaptation/Hindi/README.md index a6624196..f0342eef 100644 --- a/New-language-adaptation/Hindi/README.md +++ b/New-language-adaptation/Hindi/README.md @@ -1,4 +1,4 @@ - + # The Making of RIVA Hindi ASR Service diff --git a/New-language-adaptation/Mandarin/README.md b/New-language-adaptation/Mandarin/README.md index d355d0ad..356effeb 100644 --- a/New-language-adaptation/Mandarin/README.md +++ b/New-language-adaptation/Mandarin/README.md @@ -1,5 +1,5 @@ - + # The Making of the Riva Mandarin ASR Service diff --git a/README.md b/README.md index e66ad57b..38ee8e6d 100755 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # Riva Speech Skills Tutorials The best way to get started with Riva is to start with the tutorials. diff --git a/asr-how-to-improve-recognition-for-specific-words.md b/asr-how-to-improve-recognition-for-specific-words.md index 8aa9542c..0b859133 100755 --- a/asr-how-to-improve-recognition-for-specific-words.md +++ b/asr-how-to-improve-recognition-for-specific-words.md @@ -1,4 +1,4 @@ - + # How to Improve Recognition of Specific Words diff --git a/asr-python-advanced-customize-vocabulary-and-lexicon.ipynb b/asr-python-advanced-customize-vocabulary-and-lexicon.ipynb index 994aa5a7..7b3253a7 100644 --- a/asr-python-advanced-customize-vocabulary-and-lexicon.ipynb +++ b/asr-python-advanced-customize-vocabulary-and-lexicon.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "\n", + "\n", "\n", "# How to Customize Riva ASR Vocabulary and Pronunciation with Lexicon Mapping\n", "\n", diff --git a/asr-python-advanced-finetune-am-citrinet-for-noisy-audio-withtao.ipynb b/asr-python-advanced-finetune-am-citrinet-for-noisy-audio-withtao.ipynb index d3c95caf..1e6cb25a 100644 --- a/asr-python-advanced-finetune-am-citrinet-for-noisy-audio-withtao.ipynb +++ b/asr-python-advanced-finetune-am-citrinet-for-noisy-audio-withtao.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "\n", + "\n", "\n", "# How to improve accuracy on specific speech patterns by fine-tuning the Acoustic Model (Citrinet) in the Riva ASR pipeline \n", "\n", diff --git a/asr-python-advanced-finetune-am-citrinet-tao-deployment.ipynb b/asr-python-advanced-finetune-am-citrinet-tao-deployment.ipynb index e4270abd..9c7049b8 100644 --- a/asr-python-advanced-finetune-am-citrinet-tao-deployment.ipynb +++ b/asr-python-advanced-finetune-am-citrinet-tao-deployment.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "\n", + "\n", "\n", "# How to deploy custom Acoustic Model (Citrinet) trained with TAO Toolkit on Riva\n", "This tutorial walks you through the deployment of custom acoustic model (Citrinet) trained with TAO Toolkit on Riva." diff --git a/asr-python-advanced-finetune-am-citrinet-tao-finetuning.ipynb b/asr-python-advanced-finetune-am-citrinet-tao-finetuning.ipynb index a9fffc90..b6041d88 100644 --- a/asr-python-advanced-finetune-am-citrinet-tao-finetuning.ipynb +++ b/asr-python-advanced-finetune-am-citrinet-tao-finetuning.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "\n", + "\n", "\n", "# How to fine-tune a Riva ASR Acoustic Model (Citrinet) with TAO Toolkit\n", "This tutorial walks you through how to fine-tune a Riva ASR acoustic model (Citrinet) with TAO Toolkit." @@ -651,7 +651,9 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "In this section, we are going to run inference on the tlt checkpoint with TAO Toolkit. \n For real-time inference and best latency, we need to deploy this model on Riva - Refer to [How to deploy custom Acoustic Model (Citrinet) trained with TAO Toolkit on Riva](https://github.com/nvidia-riva/tutorials/blob/dev/22.04-citrinet/asr-python-advanced-finetune-am-citrinet-tao-deployment.ipynb) tutorial. \n You might have to work with the infer.yaml file to select the files you want for inference." + "In this section, we are going to run inference on the tlt checkpoint with TAO Toolkit. \n", + " For real-time inference and best latency, we need to deploy this model on Riva - Refer to [How to deploy custom Acoustic Model (Citrinet) trained with TAO Toolkit on Riva](https://github.com/nvidia-riva/tutorials/blob/dev/22.04-citrinet/asr-python-advanced-finetune-am-citrinet-tao-deployment.ipynb) tutorial. \n", + " You might have to work with the infer.yaml file to select the files you want for inference." ] }, { diff --git a/asr-python-advanced-tao-ngram-pretrain.ipynb b/asr-python-advanced-tao-ngram-pretrain.ipynb index 6776849b..ded74464 100644 --- a/asr-python-advanced-tao-ngram-pretrain.ipynb +++ b/asr-python-advanced-tao-ngram-pretrain.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "\n", + "\n", "\n", "# How to pretrain a Riva ASR Language Modeling (n-gram) with TAO Toolkit\n", "This tutorial walks you through the pretraining of Riva ASR language modeling (n-gram) with Train Adapt Optimize (TAO) Toolkit." @@ -96,7 +96,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### Installing and setting up TAO\n", + "### Installing and setting up TAO\n", "Install TAO Toolkit inside a Python virtual environment. We recommend performing this step first and then launching the tutorial from the virtual environment.\n", "\n", "It's a simple `pip` install." diff --git a/asr-python-advanced-wordboosting.ipynb b/asr-python-advanced-wordboosting.ipynb index 2b015bfe..a91f81df 100644 --- a/asr-python-advanced-wordboosting.ipynb +++ b/asr-python-advanced-wordboosting.ipynb @@ -5,7 +5,7 @@ "id": "2bf1191b", "metadata": {}, "source": [ - "\n", + "\n", "\n", "# How do I boost specific words at runtime with word boosting?\n", "\n", diff --git a/asr-python-basics.ipynb b/asr-python-basics.ipynb index 14292dda..8aa81613 100644 --- a/asr-python-basics.ipynb +++ b/asr-python-basics.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "\n", + "\n", "\n", "# How do I use Riva ASR APIs with out-of-the-box models?\n", "\n", diff --git a/deploy-eks.md b/deploy-eks.md index f0b97612..f55f0bc5 100644 --- a/deploy-eks.md +++ b/deploy-eks.md @@ -1,3 +1,5 @@ + + # How to Deploy Riva at Scale on AWS with EKS This is an example of deploying and scaling Riva Speech Skills on Amazon Web Services (AWS) Elastic Kubernetes Service (EKS) diff --git a/tts-python-advanced-customization-with-ssml.ipynb b/tts-python-advanced-customization-with-ssml.ipynb index b3012a3a..b74c5ba3 100644 --- a/tts-python-advanced-customization-with-ssml.ipynb +++ b/tts-python-advanced-customization-with-ssml.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "\n", + "\n", "\n", "# How do I customize Riva TTS audio output with SSML?\n", "\n", diff --git a/tts-python-advanced-pretrain-tts-tao-deployment.ipynb b/tts-python-advanced-pretrain-tts-tao-deployment.ipynb index 6d600307..c96043b8 100644 --- a/tts-python-advanced-pretrain-tts-tao-deployment.ipynb +++ b/tts-python-advanced-pretrain-tts-tao-deployment.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "\n", + "\n", "\n", "# How to Deploy a custom TTS Models (FastPitch and HiFi-GAN) trained with TAO Toolkit Riva" ] diff --git a/tts-python-advanced-pretrain-tts-tao-training.ipynb b/tts-python-advanced-pretrain-tts-tao-training.ipynb index 7e934056..c6876ca4 100644 --- a/tts-python-advanced-pretrain-tts-tao-training.ipynb +++ b/tts-python-advanced-pretrain-tts-tao-training.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "\n", + "\n", "\n", "# How to train Riva TTS models (FastPitch and HiFiGAN) with TAO Toolkit" ] diff --git a/tts-python-basics.ipynb b/tts-python-basics.ipynb index cf1b54af..198c5966 100644 --- a/tts-python-basics.ipynb +++ b/tts-python-basics.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "\n", + "\n", "\n", "# How do I use Riva TTS APIs with out-of-the-box models?\n", "\n",