Skip to content

umeshg/nvidia-riva-streaming-asr-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python3 -m venv venv source venv/bin/activate

pip install -r requirements.txt

Download RIVA whl from NVIDIA RIVA developer portal and install pip install ~/Downloads/riva_api-2.2.1-py3-none-any.whl

python manage.py migrate

Create .env under transcript folder and add TRANSCRIBE_API_BASE=api.xyz.com:port

python manage.py runserver

Go to localhost:8000 in browser and allow/give permission to mic. Mic audio data will stream to server via websocket and live speech to text / transcribe will happen.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published