A chatbot with Angular as Frontend and Python as Backend
Instructions:
- Create tables in MySql using chatbot/backend/dnn_model/chatbot.sql
- Run from chatbot/backend/dnn_model/rest_service.py.
- Run cmd/powershell in angular project root dir.
- Run "npm install" in the root directory of angular app to install node_modules.
- Run "ng serve" to host the project on localhost. Run "npm audit fix" if facing additional issues.