Projects · 10

Side builds.

Things I build outside work — agents, apps, research and a few undergrad relics. The bigger production stories live under Work.

AI / ML · 3

  • 2026

    AI Referral Triage Agent

    An LLM agent that triages a mixed inbox — referrals, voicemails, portal messages and email — into structured, human-reviewable action plans, orchestrating verification, lookup, slot-finding and escalation tools. Hard human-in-the-loop boundaries: it drafts but never sends, holds slots but never schedules. A validator reconciles every output against that run's own tool-call trace.

    • Anthropic API
    • TypeScript
    • Agent Tools
  • LLM Movie Recommender2022 — 2023

    LLM Movie Recommender

    Researched LLM-based recommendation systems combining SASRec with ChatGPT to improve movie discovery. Advised by Prof. Julian McAuley at UC San Diego.

    • LLM
    • Recommender Systems
    • Research
  • Fit Size Predictor2022

    Fit Size Predictor

    ML model predicting dress fit size from consumer + dress attributes using latent factor models. Built for an e-commerce dataset.

    • ML
    • Latent Factors
    • Python

Full-stack · 5

  • 2026

    Lumio — Cross-Platform Media Player

    A media player shipped as a Flutter app for iPhone/iPad, a native SwiftUI app for Apple TV, and an Express/Prisma backend handling JWT auth, purchase validation and telemetry. Plays user-supplied sources across five protocols with TMDB, Trakt and OpenSubtitles enrichment, plus scheduled DVR, an EPG guide, parental controls and StoreKit 2 purchases validated through the App Store Server API.

    • Flutter
    • SwiftUI
    • Express
    • Prisma
    • PostgreSQL
  • Food Builder & Delivery2020

    Food Builder & Delivery

    Web app for building custom burgers ingredient by ingredient and ordering them online. Deployed on AWS EC2 with Firebase auth.

    • React
    • Firebase
    • AWS EC2
  • Virtual Hospital Management2019

    Virtual Hospital Management

    Full-stack web app: book appointments, upload records, get prescriptions, chat with a doctor. Built end-to-end during undergrad.

    • PHP
    • JavaScript
    • Bootstrap
  • Football Live Tracker2018

    Football Live Tracker

    Real-time football scores and daily updates, fetched and surfaced through a thin web client.

    • JavaScript
    • PHP
    • REST
  • Everything from Home2020

    Everything from Home

    An e-commerce buy/sell marketplace prototype. React front end with a small Python service handling listings.

    • React
    • Python
    • JavaScript

Embedded / hardware · 2

  • Autonomous Drone System2019

    Autonomous Drone System

    Built an autonomous quadcopter that flies to a scene and uses face recognition + object detection to support law enforcement. Embedded computer vision pipeline on a Raspberry Pi-class board.

    • Embedded
    • Computer Vision
    • Python
  • Line Follower Robot2018

    Line Follower Robot

    Built an object-detection and obstacle-avoidance robot. Embedded controls + sensor fusion on microcontroller.

    • Embedded
    • Sensors
    • C