Spaces:
Sleeping
Sleeping
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 |