PDF Summarizer & Custom QnA App
Upload any PDF and either:
- Generate a summary using google/flan-t5-base
- Ask custom questions/prompts using google/flan-t5-large
Built with Streamlit, pdfplumber, and Hugging Face Transformers.
Streamlit Link: https://pdf-summarizer-app-aatif.streamlit.app/
Run locally
pip install -r requirements.txt
streamlit run main.py