Skip to content

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

Packages

Contributors

Languages