PRIYANSHUDHAKED's picture
Update README.md
7fb8cc4 verified

A newer version of the Gradio SDK is available: 5.6.0

Upgrade
metadata
title: Text And Pdf Summarizer App
emoji: πŸ“‰
colorFrom: gray
colorTo: indigo
sdk: gradio
sdk_version: 4.36.1
app_file: app.py
pinned: false
license: mit

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

Text Summarization App

This is a Gradio-based application to summarize text or PDF files using pre-trained models from Hugging Face.

How to Use

  1. Enter the text you want to summarize in the text box, or upload a PDF file.
  2. Click "Submit" to get the summary.

Requirements

  • transformers
  • datasets
  • sentencepiece
  • gradio
  • PyMuPDF