brain247v1 / README.md
ramysaidagieb's picture
Update README.md
2d20672 verified

A newer version of the Gradio SDK is available: 5.43.1

Upgrade
metadata
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:

pip install -r requirements.txt
python app.py