All Projects
01
Claude Code Chat Viewer
Zero-build single-file HTML viewer for Claude Code conversation history — drag-and-drop .jsonl files to explore messages, tool calls, thinking blocks, token usage, and session cost estimates with full-text search and a collapsible TOC sidebar.
02
Intelligent Customer Support Router
GenAI document-analysis and classification system with LangGraph StateGraph, conditional routing, verification nodes, and a RAG layer for real-time knowledge retrieval — 90% processing accuracy.
03
Investment Analytics Pipeline
Production-grade portfolio tracking system — Airflow orchestration, dbt transformations, Sharpe Ratio and Alpha calculations, Streamlit dashboards, Great Expectations data quality.
04
Connect 4 AI Bot
CNN and Transformer models trained via MCTS self-play on 1.8M+ game states. CNN hit 76% accuracy on spatial tactics; deployed on AWS Lightsail via Docker.
05
ICU Mortality Prediction
ML models across MIMIC-III and eICU datasets using SMOTENC for class imbalance and PCA for dimensionality reduction. MLP achieved 0.89 recall, outperforming clinical APACHE scoring.
06
NLP Fragrance Recommender
BERT-based topic modeling over 44,000+ fragrance reviews scraped from Base Notes forum. Sentiment-weighted recommendations served via Flask API with SQLite storage.
07
Newsvendor Price Optimization
Extended classic newsvendor model with Quadratically Constrained Programming to simultaneously optimize price and order quantity — 5–10% higher profit than standard approach.