Built a logistics intelligence tool that takes any city name and returns a composite "travel friction index" a real-time score measuring how operationally difficult that location is. Pulls live weather, flight traffic, and currency data, combines them into a single risk score, and classifies results as LOW, MEDIUM, HIGH, or CRITICAL. Presented via a Streamlit dashboard and CLI runner.
1
32
CoKeeper — ML-Powered Financial Transaction Categorizer
Built a full-stack ML platform that automatically classifies financial transactions into General Ledger categories with 92.5% accuracy. Reduces accountant workload by 70-80% using a 3-tier confidence system — auto-accept, review, or manual. Supports QuickBooks and Xero with batch CSV and Excel processing. Deployed on Google Cloud Run with automated CI/CD.
0
41
Built a live automated trading system that pulls signals from Kraken, Polymarket, and on-chain wallet data, runs them through an AI decision layer, and executes through a 5-gate risk control stack. Features Discord alerts, trade logging, and circuit breakers for stability. Deployed on AWS with Docker and Redis.