Skip to content

Solace Hackathon winning chatbot, used to enhance documentation pages by providing a chatbot that's dynamically trained on the user's current page.

Notifications You must be signed in to change notification settings

DylanFinlay/SuperChargedChatBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Instructions

Clone repository

git clone https://github.com/Patrick-Bonini/SuperChargedChatBot

Backend

  1. Create an env file .env in the root directory with the contents:
AWS_SECRET_ACCESS_KEY=key
AWS_ACCESS_KEY_ID=id

Fill in the key and id with valid keys and ids

  1. Create a virtual environment and install the requirements
pip install -r requirements.txt
  1. Change directories and run chat
cd backend
python server.py

Frontend

  1. cd to frontend and install dependencies
cd frontend
npm install
  1. Run frontend
npm start

About

Solace Hackathon winning chatbot, used to enhance documentation pages by providing a chatbot that's dynamically trained on the user's current page.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 40.0%
  • JavaScript 32.1%
  • CSS 17.3%
  • HTML 10.6%