EXPERIMENTAL LABS

A collection of experiments, data analysis labs, and automation tools developed to solve specific challenges and explore new technologies.

Online Retail Big Data Analysis
PythonPandasNumPyMatplotlibSeabornGoogle Colab
Exploratory Data Analysis (EDA)2026

Online Retail Big Data Analysis

Exploratory Data Analysis on a large-scale online retail transaction dataset to identify data quality issues, transaction patterns, and country-level insights before further modeling.

Instagram Scraper & Auto Image Downloader
PythonRequestsRegexApifyGoogle Colab
Web Scraping Tool2026

Instagram Scraper & Auto Image Downloader

A Python-based automation tool to scrape Instagram posts without login, extract captions and metadata, and automatically download images into a structured local directory with JSON output.

Heart Disease Prediction Machine Learning Pipeline
PythonPandasNumPyScikit-learnMatplotlibSeabornGoogle Colab
Supervised Classification2025

Heart Disease Prediction Machine Learning Pipeline

An end-to-end machine learning pipeline to predict heart disease using clinical patient data, covering data preprocessing, exploratory data analysis, model training, hyperparameter tuning, and performance evaluation with multiple classification algorithms.