This document proposes a model to predict stock prices using sentiment analysis of tweets and historical stock price data with deep learning. The model has two phases: phase 1 uses sentiment analysis to classify tweets as positive or negative and analyzes historical stock price trends, and phase 2 trains a deep learning model on the results from phase 1 to predict future stock prices. The model showed improved prediction accuracy and more consistent results compared to using either technique alone. It uses sentiment analysis to understand social media sentiment, historical analysis to understand stock price trends over time, and deep learning to better correlate sentiment and historical data to predict future stock prices.