Skip to content

Musawir456/Bitcoin-Price-Prediction-Analysis-2014-2023-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ˆ Bitcoin Price Prediction Dashboard (2014-2023)

Daily OHLCV Time Series Analysis & ML Forecasting

Kaggle GitHub Streamlit

🎯 Project Overview

9+ years (2014-2023) Bitcoin historical data end-to-end ML pipeline created:

  • πŸ“Š EDA: Price trends, volatility analysis, volume patterns
  • βš™οΈ Features: Technical indicators (RSI, Moving Averages, Lags)
  • πŸ€– Model: Random Forest Regressor (Test RMSE: $XXX)
  • πŸ“± Deployment: Interactive Streamlit dashboard

πŸ“Š Key Results

Metric Value
Dataset 3,300+ days
Test RMSE $XXX (XX.XX%)
Top Feature Lag1 Close (XX.XX%)
Time Period Sep 2014 - Dec 2023

Metrics Dashboard


πŸ› οΈ Tech Stack

Pandas -  Scikit-learn -  Matplotlib -  Seaborn -  Streamlit
Random Forest -  RSI -  Moving Averages -  Time Series


bitcoin-price-prediction/
β”‚
β”œβ”€β”€ README.md                    # Project documentation
β”œβ”€β”€ notebook/
β”‚   └── Bitcoin_Analysis.ipynb   # Complete Kaggle notebook
β”œβ”€β”€ data/
β”‚   └── bitcoin-1.csv           # 3.3K rows OHLCV data
β”œβ”€β”€ models/
β”‚   └── rf_model.pkl            # Trained Random Forest
β”œβ”€β”€ app.py                      # Streamlit dashboard
β”œβ”€β”€ requirements.txt            # Dependencies
└── screenshots/                # Results images

About

Bitcoin Price Prediction Dashboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors