--- 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