All Projects
01
toolsniff
A discovery-based macOS inventory tool for developer tools and AI applications. Scans package managers, application roots, Bun globals, and PATH.
02
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.
03
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.
04
Investment Analytics Pipeline
Production-grade portfolio tracking system — Airflow orchestration, dbt transformations, Sharpe Ratio and Alpha calculations, Streamlit dashboards, Great Expectations data quality.
05
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.
06
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.
07
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.
08
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.