The document discusses sentiment analysis of tweets related to a particular topic. It introduces an approach to classify tweets as positive, neutral, or negative based on a query term. The proposed system first collects relevant tweets from Twitter APIs, pre-processes the tweets by removing URLs, stop words, usernames, repeated letters, and non-English words. It then classifies the sentiment through different approaches like binary, 3-tier, or 5-tier classification and represents the overall sentiment through a pie chart graphical visualization. The system architecture and hardware/software requirements are also outlined.