This document discusses sentiment analysis of tweets from Twitter. It begins with an introduction to how social media allows people to share opinions and how analyzing sentiment can be useful. It then discusses previous work on sentiment analysis of Twitter data, focusing on techniques like Naive Bayes classification. The document outlines a proposed approach to collecting Twitter data using APIs, preprocessing the data by removing stop words and emoticons, and classifying sentiment using Naive Bayes. Finally, it discusses applications of sentiment analysis and potential areas for future work, such as handling multiple languages and semantic analysis.