This document describes a framework for predicting future stock prices based on sentiment analysis of social media data from Twitter. The framework collects tweets related to Apple Inc. over 3 months, performs sentiment analysis to classify tweets as positive or negative, and uses an ARIMA model to predict stock prices based on the sentiment values and past stock price data. The results show that predictions using tweets containing the stock symbol were more accurate than those using just the company name. Factors like the training data, preprocessing techniques, and number of tweets per time period can impact prediction accuracy. While limitations remain, the analysis demonstrates a relationship between social media sentiment and stock market movements.