Skip to content

Repository for a deep learning chatbot developed in Python with libraries such as numpy, TFLearn (high level tensorflow API) etc. The frontend for this chatbot is developed in Angular. This project was developed by a team of 4 as a part of college internship.

Notifications You must be signed in to change notification settings

muzaffarshaikh/chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

chatbot

A chatbot with Angular as Frontend and Python as Backend

Instructions:

  1. Create tables in MySql using chatbot/backend/dnn_model/chatbot.sql
  2. Run from chatbot/backend/dnn_model/rest_service.py.
  3. Run cmd/powershell in angular project root dir.
  4. Run "npm install" in the root directory of angular app to install node_modules.
  5. Run "ng serve" to host the project on localhost. Run "npm audit fix" if facing additional issues.

About

Repository for a deep learning chatbot developed in Python with libraries such as numpy, TFLearn (high level tensorflow API) etc. The frontend for this chatbot is developed in Angular. This project was developed by a team of 4 as a part of college internship.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published