CoolFace
Apppublic

ns181997/npaw_test

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
App README

NaLa test NPAW

This code contains a base version of a chatbot that uses the NaLa engine. Unfortunately, it doesn't respect all requirements: In particular, you have to register a message and press the button 'Recognize Speech' in order to make the Text-To-Speech work and the Speech-to-Text doesn't work either in the deployed version (but you can run it locally by uncommenting the code at line 34 of app.py, and the relative dependencies) My work has been mainly divided like this:

  • First prototype version in Python/Gradio + Deployment -> 2.5 hours
  • Trying to match requirements exactly in my local version of this Gradio App -> 45 minutes
  • Starting to code a React version of this code (Not working by the slightest) -> 45 minutes