Btech_RAG_chatbot / README.md
vivekmehta27's picture
Fix Hugging Face README
4cab325
|
Raw
History Blame Contribute Delete
435 Bytes

A newer version of the Gradio SDK is available: 6.20.0

Upgrade
metadata
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

pip install -r requirements.txt
python app.py