vikpande's picture
initial commit: research summarizer with FLAN-T5
00031ad
---
title: Research Paper Summarizer
emoji: πŸ“š
colorFrom: gray
colorTo: green
sdk: gradio
sdk_version: 5.31.0
app_file: app.py
pinned: false
license: mit
short_description: Research Paper Summarizer
---
Check out the configuration reference at https://huggingface.co/spaces/vikpande/research-paper-summarizer
This Hugging Face Space summarizes abstracts from arXiv papers using the lightweight `google/flan-t5-base` model.
## πŸ” Features
- Paste an arXiv.org URL (e.g., https://arxiv.org/abs/2306.10001)
- Extracts the abstract
- Summarizes it using FLAN-T5 (text2text-generation model)
- Runs entirely on CPU, even in free Spaces
## πŸš€ How to Run Locally
```bash
pip install -r requirements.txt
python app.py
```
## ✨ Model Used
- [google/flan-t5-base](https://huggingface.co/google/flan-t5-base): An instruction-tuned model that supports summarization, question answering, translation, and more.