Sentiment Analysis of COVID-19 Tweets - Visualization Dashboard
The document describes a sentiment analysis dashboard that analyzes and classifies COVID-19 tweets into seven emotion categories. Two members developed the web application to provide insights on public feelings during the pandemic based on Twitter data. Over 1.3 million tweets were collected and analyzed over time to understand how emotions and expressions changed. The dashboard uses Python, Flask, HTML5 and Chart.js and displays results on a statistical dashboard.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
67 views8 pages
Sentiment Analysis of COVID-19 Tweets - Visualization Dashboard
The document describes a sentiment analysis dashboard that analyzes and classifies COVID-19 tweets into seven emotion categories. Two members developed the web application to provide insights on public feelings during the pandemic based on Twitter data. Over 1.3 million tweets were collected and analyzed over time to understand how emotions and expressions changed. The dashboard uses Python, Flask, HTML5 and Chart.js and displays results on a statistical dashboard.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 8
Sentiment Analysis of COVID-19
Tweets - Visualization Dashboard
Team Name:- SLAY_CODERS
Members:- Harsh Mendapara Abhay Kotal General Description
The coronavirus disease is major challenge to the healthcare systems around
the world. Many AI companies around the world are working towards finding AI-based solutions. Opinion of people matters a lot to analyze how the propagation of information impacts the lives in a large-scale network like Twitter. One such solution is to understands the COVID-19 tweets by performing sentimental analysis and representing data in the statistical dashboard web application. Novelty
The emotional state of people plays an important role in
responding to a pandemic. The tweets posted on twitter related to COVID-19 are analyzed and classified into one of the seven categories that include six emotions anger, sadness, happiness, surprise, fear and disgust. Uniqueness behind developing the web application is to provide insights on feelings of people during COVID-19, based on twitter information. Social Impact
Since the first confirmed case was reported in January 2020,
#COVID-19 and other similar tags have been trending on Twitter. With 1.3M+ COVID-19 related tweets collected, we wondered how people on Twitter reacted to such tweets over time. Twitter is not only a place for people to respond to other’s tweets but also a platform to post your tweets and share your feelings. Thus, besides likes/replies/retweets, we will mined the content of COVID-19 related tweets to see how people’s emotions and expressions changed over time. Use Case Diagram
Posts from Processed text
twitter Data Data Data Extraction Processing Extraction
Keyword library
Display Sentiment Tweet
Results Classification Ranking
Emotions of Ranked tweets
states
Fig 1. Overall approach for COVID-19 twitter sentiment analysis
Technology Stack Python Flask framework (backend system) HTML5 (frontend system) Chart.js (Display reports) Apache Server Internet Connectivity Scope of work
Considering the importance of understanding public emotions and
the affects on psychological state of people during a crisis, we present a web portal to do twitter sentiment analysis on COVID-19 data by giving results on statistical dashboard. In the future versions, we plan to increase the number of tweets being considered for sentiment analysis. We also plan to improve the accuracy of classification model by exploring newer ML and NLP based approaches that could classify the tweets based on emotions. Thank You