Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Document RAG Chatbot
|
| 2 |
|
| 3 |
An intelligent, context-aware chatbot that understands your documents.
|
|
@@ -7,14 +17,6 @@ Built with **Flask**, **LangChain**, and **Google Gemini**, this project demonst
|
|
| 7 |
|
| 8 |
---
|
| 9 |
|
| 10 |
-
## Live Demo
|
| 11 |
-
|
| 12 |
-
Try it live here 👉 [**Document RAG Chatbot Demo**](https://document-rag-system.onrender.com/)
|
| 13 |
-
|
| 14 |
-
> You’ll need your own **Gemini API Key** - the app will prompt you to enter it before use.
|
| 15 |
-
|
| 16 |
-
---
|
| 17 |
-
|
| 18 |
## Highlights
|
| 19 |
|
| 20 |
- Upload and analyze **PDF** or **TXT** files
|
|
@@ -134,4 +136,4 @@ You can tweak:
|
|
| 134 |
## License
|
| 135 |
|
| 136 |
Released under the **MIT License**.
|
| 137 |
-
Free to use, modify, and build upon - attribution is appreciated.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Document RAG Chatbot
|
| 3 |
+
emoji: 🤖
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_file: flask_app.py
|
| 8 |
+
pinned: false
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
# Document RAG Chatbot
|
| 12 |
|
| 13 |
An intelligent, context-aware chatbot that understands your documents.
|
|
|
|
| 17 |
|
| 18 |
---
|
| 19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
## Highlights
|
| 21 |
|
| 22 |
- Upload and analyze **PDF** or **TXT** files
|
|
|
|
| 136 |
## License
|
| 137 |
|
| 138 |
Released under the **MIT License**.
|
| 139 |
+
Free to use, modify, and build upon - attribution is appreciated.
|