buster / README.md
Omar Solano
update sdk version to 4.44.0 in README.md
8b30154

A newer version of the Gradio SDK is available: 5.15.0

Upgrade
metadata
title: TowardsAI 🀝 Buster
emoji: πŸ€–
colorFrom: blue
colorTo: blue
sdk: gradio
sdk_version: 4.44.0
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