Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 327 Bytes

File metadata and controls

8 lines (7 loc) · 327 Bytes

Cryptocurrency-Price-Forecasting

  1. download data from yahoofinance api for BTC, DOGE, ETH, XRP, ADA
  2. Preprocess/normalize the dataset using Min/Max scaler
  3. train-test split of data
  4. making RNN LSTM model for time series data
  5. visual forecasting of data using ohlc charts from plotly
  6. creating a streamlit web app