brain247v1 / README.md
ramysaidagieb's picture
Update README.md
2d20672 verified
---
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