This document provides an overview of using deep learning algorithms like LSTM and sentiment analysis to predict bitcoin prices. It discusses neural networks and RNNs, why LSTMs are better than RNNs at capturing long-term dependencies. It describes implementing an LSTM model to predict prices from historical data and analyzing sentiment from Twitter tweets. Testing was done and results showed the model could predict prices. Future work includes applying it to other cryptocurrencies and improving performance.