Skip to content

Files

Latest commit

fa648c1 · May 24, 2024

History

History
This branch is 1 commit ahead of, 1 commit behind Niketkumardheeryan/ML-CaPsule:master.

Bitcoin Price Predictor

Bitcoin-Price-Predictor

Short description of package/script

  • This notebook demonstrates the prediction of the bitcoin price by the neural network model.
  • We are using long short term memory (LSTM)

we will be going through a four step process to predict cryptocurrency prices:

  1. Getting real-time crptocurrency data(bitcoin).
  2. Prepare data for training and testing.
  3. Predict the price of crptocurrency using LSTM neural network (deep learning).
  4. Visualize the prediction results.

Setup instructions

Prerequisites

you need to install all the necessary libraries n order to run the project sklearn tensorflow pandas matplotlib

Installing

pip install sklearn
pip install tensorflow
pip install pandas
pip install matplotlib

Output

Final Graph

Author(s)

Omkar Kolte