A newer version of the Gradio SDK is available: 6.13.0
metadata
title: Research Paper Summarizer And Assistant
emoji: 🔥
colorFrom: pink
colorTo: purple
sdk: gradio
sdk_version: 5.45.0
app_file: app.py
pinned: false
license: apache-2.0
short_description: 'Application that helps to summarize research papers '
(RAG + Summarizer) — Hugging Face Space
How to use
- Create a new Hugging Face Space (Gradio).
- Add
requirements.txt,app.py, andREADME.mdto the Space repo. - Commit & push; the Space will build and run.
- Upload a research PDF, pick a style, and click Process & Summarize.
Notes
- Default models are small for stability in Spaces. If you have GPU & RAM, update:
- EMBED_MODEL_NAME ->
sentence-transformers/all-mpnet-base-v2 - SUMMARIZER_NAME ->
facebook/bart-large-cnn - INSTR_MODEL ->
google/flan-t5-baseor larger
- EMBED_MODEL_NAME ->
- For huge docs (100+ pages), the job can take several minutes.