Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 567 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 567 Bytes

science-news-sentiment

About

Compute the sentiment polarity of the Science news. I use Textblob liberary in Python to ocmpute the polarity of news headlines, which are categorized into either positive, negative, or neutral.

The goal is to build a simple complete end to end app instead of a big uncomplete one.

The app contains the following:

  • Web scraping
  • Data processing
  • Sentiment analysis
  • Visualization
  • App deployment

Installation

pip install -r requirements.txt

The App Online