Skip to content

Patrick-Bonini/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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •