Skip to content

Chibi-girl/GROWW-Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GROWW-Chatbot

The goal of this project was to make a contextual chatbot as a feature for the GROWW website. This was part of our CRIO stage 3 externship.

Directory Guide

  • The Frontend code is kept in ./client/ section
  • The admin UI code is kept in ./admin-client/ section
  • The server parts are in ./backend/ and ./chatbot_backend/ section
  • Frontend is deployed using netlify and backend using heroku
  • API details can found in ./backend/api

Frontend Tech Details

Backend Tech Details

Features

  • The structure of the chatbot is basically a decision tree system comprising of 2 levels in the page section and 1 level in the products

  • Based on the page and product context, the chatbot pops up and the user get questions based on that context

  • In the orders section, whenever a person clicks on a particular order the chatbot again pops taking details of that order and giving faqs based on that.

  • The admin UI allows the admin to configure questions and answers of their choice. They can add, edit and delete.

Urls

To-Do List

  • Make this a general chatbot configuration app so that any user can use it in their website
  • Using NLP instead of string-similarity to understand user questions and answer them
  • Include the feature of adding dynamic questions/answers

About

Contextual chatbot modelled for Groww website that uses page context and user details to customize faq-s displayed in the chatbot accordingly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors