Giter VIP home page Giter VIP logo

riva-tutorials's Introduction

Riva Speech Skills Tutorials

The best way to get started with Riva is to start with the tutorials.

Tutorials

Domain Tutorial Key Words Github URL
ASR How do I use Riva ASR APIs with out-of-the-box models? ASR, API Basics Riva ASR - API Basics
ASR How to Improve Recognition of Specific Words ASR, Customization Riva ASR - Customization Overview
ASR How do I boost specific words at runtime with word boosting? ASR, Customization, Word Boosting Riva ASR - Customization - Word Boosting
ASR How to Customize Riva ASR Vocabulary and Pronunciation with Lexicon Mapping ASR, Customization, Custom Vocab, Lexicon Mapping Riva ASR - Customization - Vocab and Lexicon Mapping
ASR How to pretrain a Riva ASR Language Modeling (n-gram) with TAO Toolkit ASR, Customization, Language Model pretraining, n-gram, TAO Toolkit Riva ASR - Customization - Language Model (n-gram) pretraining with TAO Toolkit
ASR How to fine-tune a Riva ASR Acoustic Model (Citrinet) with TAO Toolkit ASR, Customization, Acoustic Model fine-tuning, Citrinet, TAO Toolkit Riva ASR - Customization - Acoustic Model (Citrinet) fine-tuning with TAO Toolkit
ASR How to deploy custom Acoustic Model (Citrinet) trained with TAO Toolkit on Riva ASR, Customization, Acoustic Model deployment, Citrinet Riva ASR - Customization - Acoustic Model (Citrinet) deployment on Riva
ASR The Making of RIVA German ASR Service ASR, New Language Adaptation, German Riva ASR - German
ASR The Making of RIVA Hindi ASR Service ASR, New Language Adaptation, Hindi Riva ASR - Hindi
ASR The Making of RIVA Mandarin ASR Service ASR, New Language Adaptation, Mandarin Riva ASR - Mandarin
TTS How do I use Riva TTS APIs with out-of-the-box models? TTS, API Basics Riva TTS - API Basics
TTS How do I customize Riva TTS audio output with SSML? TTS, Customization, SSML, Pitch, Rate, Pronunciation Riva TTS - Customization - Customization with SSML
TTS How to train Riva TTS models (FastPitch and HiFiGAN) with TAO Toolkit TTS, Customization, FastPitch, HiFiGAN, Training, TAO Toolkit Riva TTS - Customization - FastPitch and HiFiGAN training with TAO Toolkit
TTS How to Deploy a custom TTS Models (FastPitch and HiFi-GAN) trained with TAO Toolkit Riva TTS, Customization, FastPitch, HiFiGAN, Deployment Riva TTS - Customization - FastPitch and HiFiGAN deployment on Riva
Deploy How to Deploy Riva at Scale on AWS with EKS Deploy, AWS EKS Riva - Deploy - AWS EKS

Requirements and Setup

Running the NVIDIA Riva Tutorials

This section covers the Requirements and Setup needed to run all Riva Tutorials.

Requirements

Before you try running the NVIDIA Riva tutorials, ensure you meet the following requirements:

Setup

  1. Clone the NVIDIA Riva tutorials repository.
    git clone https://github.com/nvidia-riva/tutorials.git
    cd tutorials

  2. Create a Python virtual environment - We will be using this virtual environment to install all the depencies needed for Riva tutorials.
    python3 -m venv venv-riva-tutorials

  3. Activate the Python virtual environment we just created.
    . venv-riva-tutorials/bin/activate

  4. Install Jupyter notebook.
    pip3 install jupyter

  5. Create an IPython kernel - The Riva tutorials Jupyter notebooks will be using this kernel in the next step.
    ipython kernel install --user --name=venv-riva-tutorials

  6. Start the Jupyter notebooks server.
    jupyter notebook --allow-root --port 8888
    If you have a browser installed on your machine, the notebook should automatically open. If you do not have a browser, copy/paste the URL from the command.
    Once you open a Riva tutorial notebook on a browser, choose the venv-riva-tutorials kernel by Kernel -> Change kernel -> venv-riva-tutorials

Running the Riva Client

Requirements

Before you try running the Riva client, ensure you meet the following requirements:

Setup

  1. [Optional] If using the venv-riva-tutorials (or another) Python virtual environment, activate it.
    . <Python virtual environment directory location>/venv-riva-tutorials/bin/activate

  2. Install nvidia-riva-client using pip.

pip install nvidia-riva-client

Alternatively, you can install from source nvidia-riva/python-clients.

Copyright and License

Copyright 2022 NVIDIA Corporation. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.