GithubHelp home page GithubHelp logo

nvidia-riva / sample-apps Goto Github PK

View Code? Open in Web Editor NEW
25.0 25.0 17.0 1.64 MB

Sample applications using NVIDIA Riva Skills

Python 51.21% HTML 6.35% JavaScript 29.88% CSS 8.22% Shell 0.02% Pug 1.59% Sass 2.73%

sample-apps's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

sample-apps's Issues

ModuleNotFoundError: No module named 'riva_api'

I am utilizing the latest version of riva_quickstart (v2.11.0), but I am unable to locate the "riva_api-<x.y.z>-py3-none-any.whl" file within the directory. Consequently, I proceeded to install nvidia-riva-client; however, I encountered an error upon attempting to execute the command "python3 main.py".

Traceback (most recent call last): File "main.py", line 12, in <module> from client.webapplication.start_web_application import start_web_application File "/root/riva_quickstart_v2.11.0/sample-apps/virtual-assistant/client/webapplication/start_web_application.py", line 8, in <module> from client.webapplication.server.server import * File "/root/riva_quickstart_v2.11.0/sample-apps/virtual-assistant/client/webapplication/server/server.py", line 22, in <module> from riva.chatbot.chatbots_multiconversations_management import create_chatbot, get_new_user_conversation_index, get_chatbot File "/root/riva_quickstart_v2.11.0/sample-apps/virtual-assistant/riva/chatbot/__init__.py", line 8, in <module> from .chatbot import * File "/root/riva_quickstart_v2.11.0/sample-apps/virtual-assistant/riva/chatbot/chatbot.py", line 10, in <module> from riva.asr.asr import ASRPipe File "/root/riva_quickstart_v2.11.0/sample-apps/virtual-assistant/riva/asr/__init__.py", line 8, in <module> from .asr import * File "/root/riva_quickstart_v2.11.0/sample-apps/virtual-assistant/riva/asr/asr.py", line 11, in <module> import riva_api.riva_audio_pb2 as ra ModuleNotFoundError: No module named 'riva_api'

Not able to run the `virtual-assistant-rasa` pipeline on a remote GCP server.

Hi team,
We are trying to run this virtual-assistant-rasa application pipeline on a remote GCP ubuntu server but we are facing some issues in the pipeline.
For testing and exploration purposes we have ran the webapp without ssl-context by allowing a particular remote server endpoint in the chrome://flags/#unsafely-treat-insecure-origin-as-secure to enable the device-mic usage to stream the audio to the server.
It is perfectly able to send the audio-bytes to the Flask-SocketIO backend and the Riva Server for transcription. And we are also able to see the transcripts on the webapp logs (as we're running in Verbose mode). But the transcripts are not received to the UI's text-field, which then get's submitted and sent to the Rasa DM + Riva NLP.

So, require some help in debugging this issue. It would great if any contributor will be able to help us resolving this.

Interesting fact:
When I am forwarding the remote server ports to localhost, it is working perfectly alright.

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.