Skip to content

This repo contains files for Sentiment Analyser, based on Streamlit and VADER.

Notifications You must be signed in to change notification settings

adityathapa/sentimentanalyzer

Repository files navigation

Sentiment Analyzer

This repo contains files for Sentiment Analyser, based on Streamlit and VADER.

Usage

  1. During the startup of the app, user is prompted to enter a hashtag/word, any data that is to be analyzed.
  2. Number of posts to be scanned are also inputted by the user.
  3. The app uses Tweepy API for fetching and scraping the data from Twitter and newspaper and GoogleNews packages for fetching news from GoogleNews.
  4. After all posts are retrieved, redundant and unnecessary data are removed and the data is cleaned thoroughly using regex.
  5. Now, it will use VADER to generate polarity and will display the results in a detailed and visual manner using Plotly.

Screenshots

Input box

image

Recent tweets on the topic

image

Polarity cards

image

Pie chart for visualization

image

About

This repo contains files for Sentiment Analyser, based on Streamlit and VADER.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages