Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 883 Bytes

File metadata and controls

38 lines (27 loc) · 883 Bytes

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