A-Hackers-AI-Voice-Assistant icon indicating copy to clipboard operation
A-Hackers-AI-Voice-Assistant copied to clipboard

Nlu and api

Open shakhyar opened this issue 3 years ago • 0 comments

To start the server, run server.py.

Use test.py to run inference from server(here, your computer is the server, and the url is http://127.0.0.1:5000/

To use inference from browser, after running server.py, go to http://127.0.0.1:5000/api/token/your_query where token is just a random token for now, use anything, and your_query is your question.

Note: requirements.txt is a bit changed, you have to install a few more dependencies now.

shakhyar avatar Aug 15 '21 13:08 shakhyar