News Article Summarizer

Paste a news-article link and get a concise summary plus a read on whether the coverage is positive or negative.

NLP Sentiment Analysis Python

About

A desktop app that turns a long news story into the essentials. You give it a news-article URL; it fetches the page and pulls out the title, author, and publish date, then generates a short, readable summary of the piece.

On top of the summary it runs sentiment analysis, reporting a polarity score and a simple positive / negative label — so at a glance you can tell not just what an article says, but the tone it strikes.

Screenshots

Built with

NLP

Extracting and condensing the article text.

Transformers

Language models behind the summarization.

Sentiment

Polarity scoring for positive / negative tone.

cd ../projects