| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A Retrieval-Augmented Generation (RAG) system designed to answer questions about course materials using semantic search and AI-powered responses.
This application is a full-stack web application that enables users to query course materials and receive intelligent, context-aware responses. It uses ChromaDB for vector storage, Anthropic's Claude for AI generation, and provides a web interface for interaction.
Install uv (if not already installed)
curl -LsSf https://astral.sh/uv/install.sh | shInstall Python dependencies
uv syncSet up environment variables
Create a .env file in the root directory:
ANTHROPIC_API_KEY=your_anthropic_api_key_hereUse the provided shell script:
chmod +x run.sh
./run.shcd backend
uv run uvicorn app:app --reload --port 8000The application will be available at:
| Back | FazBrowse Home | New Git URL |