Skip to content

gourab337/chatbot-iiitdwd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenSource project for NLP Chatbot to be deployed in IIIT Dharwad website.

Contains 3 sections:

  1. Contextual chatbot implementation using PyTorch.
  2. Flask application to connect the chatbot to the frontend via APIs.
  3. Frontend that can be customised to suit the user.

Installation 🚀

Create an environment

Whatever you prefer (e.g. conda or venv)

mkdir myproject
$ cd myproject
$ python3 -m venv venv

Setup

pip install -r requirements.txt
  1. Clone the frontend-chatjs and nlp-chatbot into your system and copy it into the virtual environment (venv).
  2. Follow the individual documentation of nlp-chatbot & frontend-chatjs for futher setup.
  3. To deploy the chatbot into your dynamic website, create API suited to the backend of your main website after integrating the frontend-chatjs to the main website frontend.