Time series forecasting using deep learning, specifically LSTMs, has been employed to predict Bitcoin prices.The author used minute-level Bitcoin price datasets from Coinbase and Bitstamp for training the model.The TensorFlow tf.data.Dataset API was utilized to efficiently load and preprocess the data for modeling.The LSTM-based deep learning model achieved a Mean Absolute Error of $50-$70, indicating a promising start in predicting Bitcoin prices.