Skip to content

crux-bphc/bits-gpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BitsGPT

Your campus buddy chatbot for advice, resources and making student life easier.

Setup

  1. Clone the repository
git clone https://github.com/crux-bphc/bits-gpt.git
  1. Create a virtual environment
python -m venv .venv
  1. Install dependencies
pip install -r requirements.txt
  1. Create the vector database
python src/create_database.py
  1. Setup environment variables (OpenAI API Key, Cohere API Key)

  2. Run the server

python main.py
  1. Go to http://localhost:8000/talk/playground/ to open the playground

About

Your campus buddy chatbot for advice, resources and making student life easier.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published