PROJECTS

A curated set of things I’ve built — mostly data, AI, and web experiences.

AGENT 6 screenshot
01

AGENT 6

Designed and implemented Python-based software systems to ingest data, orchestrate ML workflows, and generate automated insights.

Cut analysis from ~30–60 mins to ~2–5 mins per dataset Handled 1K–50K+ row CSV/XLSX uploads smoothly Delivered 3–5 key insights + charts per run
AI Data Web Python
Climate vs. Capitalism screenshot
02

Climate vs. Capitalism

Analyzed large datasets to compare regional performance and identify trends across countries.

Compared waste & economic metrics across 30+ countries Highlighted 5+ regional patterns/trends per analysis Enabled side-by-side country comparison in under a minute
Data Web Analytics
CalmCompass screenshot
03

CalmCompass

Built authentication, APIs, and frontend components in a cloud-based architecture; implemented user flows, forms, and dashboards following modern UX/UI best practices.

Protected user sessions with login-first access control Let users save and revisit 10+ affirmations easily Shipped 10+ reusable UI components for a calm UX
Web Auth UI/UX
Healthcare Analytics Dashboard screenshot
04

Healthcare Analytics Dashboard

Built and evaluated time-series and machine learning models (regression, forecasting) using Python to drive data-informed decisions.

Built forecasting + regression models on multiple healthcare KPIs Generated 4–6 dashboard insights per report cycle Evaluated models using train/test splits + error metrics
AI Data Forecasting Python
Bitcoin Analysis
Notebook • Indicators • Volatility
05

Bitcoin Historical Data Analysis

Analyzed Bitcoin market trends using technical indicators like moving averages and RSI. Preprocessed large datasets using normalization, standardization, and IQR techniques. Delivered insights on volatility and price correlations with trading volume.

Computed RSI + moving averages across multi-year price history Cleaned & scaled data with IQR + normalization pipelines Surface 3–5 volatility & volume correlation insights
Data Indicators Pandas Python