Skip to content

zslrmhb/Omniverse-Virtual-Assisstant

Repository files navigation

Omniverse-Virtual-Assisstant using Riva Server (with Riva SDK, deployed in Google Cloud) and Audio2Face

Demo

Demo

Prerequisites

Tutorial

The tutorial is here: Tutorial.

How to Use?

  1. Set up the Riva Server and Audio2Face as indicated by the steps in the Tutorial.
  2. After step 1 has been set up, launch both the Riva Server and Audio2Face.
  3. Fill in the URI in the config.py in the following format: external IP of your Riva Server:Port of your Riva Server.
    1. For example, if the external IP of the Riva Sever is "12.34.56.789" and the port of the Riva Server is "50050". Then the content in config.py will be

    URI = "12.34.56.789:50050"

  4. Check if all the prerequisties are configured.
  5. Run main.py.

Limitations: Currently Using the Wikipedia API for NLP Context Query, so it can only handle Q&A questions that can be answer by Wikipedia.