Update README.md
Browse files
README.md
CHANGED
|
@@ -1,15 +1,28 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
-
sdk:
|
| 7 |
-
sdk_version: 6.
|
| 8 |
app_file: app.py
|
| 9 |
-
pinned:
|
| 10 |
-
|
| 11 |
-
hf_oauth_scopes:
|
| 12 |
-
- inference-api
|
| 13 |
---
|
| 14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
|
|
|
|
| 1 |
---
|
| 2 |
+
title: QueryDocs AI
|
| 3 |
+
emoji: π
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: gray
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: 6.8.0
|
| 8 |
app_file: app.py
|
| 9 |
+
pinned: true
|
| 10 |
+
license: apache-2.0
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# π QueryDocs AI
|
| 14 |
+
|
| 15 |
+
Intelligent PDF Q&A powered by RAG pipeline + TinyLlama 1.1B.
|
| 16 |
+
|
| 17 |
+
Upload any PDF and ask questions β get accurate, context-aware answers instantly.
|
| 18 |
+
|
| 19 |
+
## Features
|
| 20 |
+
- π PDF upload & processing
|
| 21 |
+
- π RAG pipeline with FAISS vector search
|
| 22 |
+
- π¬ Chat interface with source transparency
|
| 23 |
+
- β‘ TinyLlama 1.1B local LLM
|
| 24 |
+
|
| 25 |
+
## Built By
|
| 26 |
+
**Sriram Sai Laggisetti** β [GitHub](https://github.com/sriramsai18) Β· [LinkedIn](https://www.linkedin.com/in/sriram-sai-laggisetti/)
|
| 27 |
+
---
|
| 28 |
An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
|