Skip to content

SriSatyaLokesh/Tweetment

Repository files navigation

Twitter-sentiment-analysis

Analyses real time tweets from the twitter and categorizes them into positive,negative and neutral. In addition to the Traditional command prompt result a well constructed pie chart with better look and feel is drawn here which can make the sense for naive users also.

alt text

To install the application

  1. Download the tar or zip file and extract them.
  2. Go to the directory & Open Terminal
  3. sh requirements.sh

To run the Application

python3 tweetment.py

Deploy