buster / README.md
Omar Solano
add installation instructions (#41)
defa98b unverified
metadata
title: TowardsAI 🀝 Buster
emoji: πŸ€–
colorFrom: blue
colorTo: blue
sdk: gradio
sdk_version: 3.50.2
app_file: app.py
pinned: false

This project creates a helpful and accurate AI chatbot, leveraging GPT-3.5-Turbo and a RAG pipeline, specifically designed to address student questions about artificial intelligence with precision and clarity.

Installation

Create a new Python environment

python -m venv .venv

Activate the environment

source .venv/bin/activate

Install the dependencies

pip install -r requirements.txt

Usage

export ACTIVELOOP_TOKEN=...
export OPENAI_API_KEY=...
export MONGODB_URI=...
python app.py