Projects

  1. XRP Price Prediction (ML Project)
    This project analyzes minute‑level XRP cryptocurrency data to build a machine learning model for predicting future prices. After exploratory data analysis and feature engineering, a Decision Tree regressor was trained and combined with K‑Means clustering to model market regimes. It includes a live prediction script that fetches real‑time data from the Binance API and makes forecasts.
    View code
Return Home