Spaces:
Sleeping
Sleeping
File size: 637 Bytes
3c4b279 2d20672 3c4b279 145a002 3c4b279 369a913 3c4b279 369a913 3c4b279 2d20672 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
---
title: Smart PDF Assistant
emoji: π
colorFrom: blue
colorTo: indigo
sdk: gradio
sdk_version: 5.38.1
app_file: app.py
pinned: true
---
# Smart PDF Assistant ππ€
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.
## Features
- π Upload multiple PDFs
- π Ask questions with natural language
- π§ Answers generated from document content (not hallucinated)
- π Supports Arabic and English
- π§Ύ Export answers to TXT or PDF
---
## Run locally:
```bash
pip install -r requirements.txt
python app.py |