Btech_RAG_chatbot / README.md
vivekmehta27's picture
Fix Hugging Face README
4cab325
|
Raw
History Blame Contribute Delete
435 Bytes
---
title: BTech RAG Chatbot
emoji: ๐ŸŽ“
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: "6.18.0"
python_version: "3.11"
app_file: app.py
pinned: false
---
# BTech RAG Chatbot
A Retrieval-Augmented Generation (RAG) chatbot that answers questions about B.Tech regulations using:
- LangChain
- ChromaDB
- HuggingFace Embeddings
- NVIDIA Llama
- Gradio
## Run locally
```bash
pip install -r requirements.txt
python app.py
```