sriiram18 commited on
Commit
aedf04d
Β·
verified Β·
1 Parent(s): c24149b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -10
README.md CHANGED
@@ -1,15 +1,28 @@
1
  ---
2
- title: Querydocs
3
- emoji: πŸ’¬
4
- colorFrom: yellow
5
- colorTo: purple
6
- sdk: gradio
7
- sdk_version: 6.5.1
8
  app_file: app.py
9
- pinned: false
10
- hf_oauth: true
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).