I am a Computer Science junior at UC Davis focused on backend architecture, distributed systems, cloud infrastructure, and practical AI products that ship.

Screenshot of Wave - Kubernetes-Native LLM Inference Gateway

Wave - Kubernetes-Native LLM Inference Gateway

Production-style gateway in front of vLLM with OpenAI-compatible API. Implements KV-aware routing and session affinity (Redis), eviction and cold-start reroute under KV pressure, priority scheduling (premium over free), conversation-scoped prompt caching (exact + semantic via embeddings), multi-tenant model/context limits, Prometheus metrics (QPS, latency, errors), and Kubernetes manifests with SLO-driven autoscaling hooks (HPA on queue depth and p95 latency).

PythonFastAPIKubernetesRedisvLLMPrometheus
Screenshot of Redian - LLM Agent Security Testing Framework

Redian - LLM Agent Security Testing Framework

Built a modular Python framework for automating red teaming and security evaluation of LLM agents using Google Gemini. Features stateful multi-turn tool interactions via LangGraph, dynamic prompt injection attacks with meta-LLM payload generation, and automated evaluation using LLM-based judges to assess agent vulnerabilities and logical consistency.

PythonLangGraphGoogle GeminiMCP ProtocolPrompt InjectionLLM Security
Screenshot of Firewatch - AI-Powered Fire Detection and Emergency Response

Firewatch - AI-Powered Fire Detection and Emergency Response

Built an AI system that detects fires in real-time from surveillance footage using Roboflow, analyzes severity with Gemini, and autonomously contacts emergency services through a custom AI agent. Includes a FastAPI backend, real-time annotation, and alert logic.

PythonFastAPIRoboflowGeminiSupabaseCerebras
Screenshot of Terminal Agent - AI-Powered Code Execution Platform

Terminal Agent - AI-Powered Code Execution Platform

Developed a sophisticated AI agentic loop that executes code in isolated Docker containers with real-time tool calling capabilities. Features MCP (Model Context Protocol) integration for GitHub API access and streaming response handling with comprehensive logging and error management.

PythonDockerGroq APIMCP ProtocolRich TUITextual
Screenshot of Volare - AI Powered Interview Preparation App

Volare - AI Powered Interview Preparation App

Developed an AI-powered behavioral interview simulation feature using Groq, integrating facial expression and body language analysis with HumeAI. The app tracks performance using a React dashboard and stores results in Supabase.

PythonJavaScriptGPT-4ReactSupabaseHumeAI
Screenshot of BillyAI - Open-Source Social Media Platform

BillyAI - Open-Source Social Media Platform

Developed an AI-powered social media platform enabling users to engage in political discussions. Worked with a 4-person team to integrate PineconeDB for vector embeddings and used OpenAI/You.com API for summarizing legislation.

PythonTypeScriptNext.jsReactPostgreSQLPrisma
Screenshot of Poshify - Artificial Intelligence Fashion Website

Poshify - Artificial Intelligence Fashion Website

Developed a fashion website using OpenCV, Flask, and fuzzy logic to dynamically curate outfit schedules. Hosted on AWS with EC2, S3, and RDS using MySQL.

PythonJavaScriptFlaskOpenCVAWSMySQL
Screenshot of BallVision - Computer Vision Soccer Analysis

BallVision - Computer Vision Soccer Analysis

Applied OpenCV and YOLO to track ball possessions, player speeds, and distances in soccer clips. Utilized K-Means clustering to differentiate team colors and generate detailed player metrics.

PythonOpenCVYOLOscikit-learnK-Means
Screenshot of Crypto Automation

Crypto Automation

Developed an algorithmic trading system that executes buy and sell orders for ETH, BTC, and LTC based on a custom strategy. The system automates trade execution and real-time order placement, sending instant notifications via a Discord bot.

PythonRobinhood APIDiscord Bot
Screenshot of CalcFix Calculator

CalcFix Calculator

Built a comprehensive calculus calculator capable of solving problems from Calculus I and II, including derivatives, integrals, limits, and series expansions. Developed during a hackathon (2/24 - 2/26), the project features a Flask backend for computation and a frontend using HTML, CSS, and JavaScript for an interactive user experience.

FlaskPythonHTMLCSSJavaScript