Spaces:
Running
Running
| 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 | |
| ``` |