Spaces:
Running
Running
A newer version of the Gradio SDK is available:
5.15.0
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