ramysaidagieb commited on
Commit
3c4b279
Β·
verified Β·
1 Parent(s): 369a913

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -11
README.md CHANGED
@@ -1,14 +1,28 @@
1
- # Smart PDF Assistant
 
 
 
 
 
 
 
 
 
2
 
3
- Upload PDF files and ask questions. Uses RAG with open-source models.
4
 
5
- ### Features
6
- - Multilingual PDF support
7
- - Mistral 7B Instruct for Q&A
8
- - SentenceTransformers for embeddings
9
- - Exportable answers in Gradio
10
 
11
- ## How to Use
12
- 1. Upload your PDFs.
13
- 2. Click "فهرسة الملفاΨͺ".
14
- 3. Ask any question and get a response.
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Smart PDF Assistant
3
+ emoji: πŸ“š
4
+ colorFrom: blue
5
+ colorTo: indigo
6
+ sdk: gradio
7
+ sdk_version: "4.20.0"
8
+ app_file: app.py
9
+ pinned: true
10
+ ---
11
 
12
+ # Smart PDF Assistant πŸ“˜πŸ€–
13
 
14
+ This Gradio app allows you to upload multiple PDF files and ask questions based on their content using Retrieval-Augmented Generation (RAG) and local language models.
 
 
 
 
15
 
16
+ ## Features
17
+ - πŸ“„ Upload multiple PDFs
18
+ - πŸ” Ask questions with natural language
19
+ - 🧠 Answers generated from document content (not hallucinated)
20
+ - 🌍 Supports Arabic and English
21
+ - 🧾 Export answers to TXT or PDF
22
+
23
+ ---
24
+
25
+ ## Run locally:
26
+ ```bash
27
+ pip install -r requirements.txt
28
+ python app.py