Omniverse-Virtual-Assisstant using Riva Server (with Riva SDK, deployed in Google Cloud) and Audio2Face
-
Riva Server
-
Audio2Face
-
In a conda environment(Prefer)
- Riva Python Client: https://github.com/nvidia-riva/python-clients
- Wikipedia APIs
The tutorial is here: Tutorial.
- Set up the Riva Server and Audio2Face as indicated by the steps in the Tutorial.
- After step 1 has been set up, launch both the Riva Server and Audio2Face.
- Fill in the URI in the config.py in the following format: external IP of your Riva Server:Port of your Riva Server.
- 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"
- Check if all the prerequisties are configured.
- Run main.py.