Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.4 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.4 KB

A web app for reporting the latest news on corona virus around the globe - Covid Daily

With so much news being reported on the Corona virus pandemic, it has become quite a task to get understand the current state of the virus around the world. This project attempts to solve that by building an international news dashboard to report the latest on news on Covid-19

Data

The data used in this project is from European Centre for Disease Control (CDC), an open data source for the latest data on Covid-19 and News Api to access leading news articles around the world.

Method

  • The news dashboard was created with Python & Streamlit with data from NewsApi and European CDC.
  • I performed sentiment analysis on:
    • the data using a custom sentiment analyzer from the Textblob library.
    • the news outlets as well as some of the most positive and negative news related to Coronavirus.

View the dashboard here and the source code here

Results