sohail-shaikh-s07's picture
Update README.md
5d9ebde verified
|
raw
history blame
1.72 kB
metadata
title: News Article Summarizer
emoji: 📰
colorFrom: blue
colorTo: indigo
sdk: gradio
sdk_version: 5.9.1
app_file: app.py
pinned: false

News Article Summarizer

This is a Gradio app that summarizes news articles using the BART-large-CNN model. Simply input a news article URL, and the app will provide a clean, concise, and accurate summary of the article.

Features

  • URL-based article extraction
  • Automatic text summarization using state-of-the-art transformer model
  • Clean and user-friendly interface
  • Handles long articles by splitting them into chunks

How to Use

  1. Enter a news article URL in the input box
  2. Click submit
  3. Get your summarized article instantly

Local Development

To run this app locally:

  1. Install the requirements:
pip install -r requirements.txt
  1. Run the app:
python app.py

Deployment

This app is ready to be deployed on Hugging Face Spaces.

News Article Summarizer

This is a Gradio app that summarizes news articles using the BART-large-CNN model. Simply input a news article URL, and the app will provide a clean, concise, and accurate summary of the article.

Features

  • URL-based article extraction
  • Automatic text summarization using state-of-the-art transformer model
  • Clean and user-friendly interface
  • Handles long articles by splitting them into chunks

How to Use

  1. Enter a news article URL in the input box
  2. Click submit
  3. Get your summarized article instantly

Local Development

To run this app locally:

  1. Install the requirements:
pip install -r requirements.txt
  1. Run the app:
python app.py

Deployment

This app is ready to be deployed on Hugging Face Spaces.