vikpande's picture
initial commit: research summarizer with FLAN-T5
00031ad

A newer version of the Gradio SDK is available: 5.44.1

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

pip install -r requirements.txt
python app.py

✨ Model Used

  • google/flan-t5-base: An instruction-tuned model that supports summarization, question answering, translation, and more.