Projects

Everything I've built: Android apps, AI agents, on-device ML PoCs, and experiments. Each one has a writeup, video, and GitHub link.

Reading DNA Bot: The AI That Decodes Your Reading Taste and Finds Your Next Favorite Book

Telegram bot powered by Google ADK 2.1 and Gemini 2.5 Flash that extracts your Reading DNA from books you love, then recommends your perfect next read with a match score, book cover, and follow-up options. Built with FastAPI, deployed on Google Cloud Run.

PythonGoogle ADK 2.1Gemini 2.5 FlashVertex AI

MemoryVault: Search Any File by Meaning, Not by Name

Full-stack web app that uses Gemini Embedding 2 to convert photos, PDFs, text files, and audio into 3,072-dimensional vectors, then searches across all of them by meaning. Type a sentence and find a photo, a text note, and a PDF on the same topic. Built with FastAPI, Next.js, and ChromaDB.

PythonFastAPINext.jsTypeScript

Personal Shopper: Multi-Agent AI That Searches Google, Reddit & YouTube in Parallel

Android app powered by 4 AI agents, 3 running simultaneously in parallel, that researches any product across Google Shopping, Reddit, and YouTube, then synthesizes everything into one ranked recommendation with clickable links. Built on Google ADK and deployed to Vertex AI Agent Engine.

AndroidKotlinJetpack ComposeGoogle ADK

RecipeScanner: Scan Any Recipe in Any Language, Fully On-Device

Android app that photographs recipes in 140+ languages and uses Gemma 4 via LiteRT-LM to translate and structure them into ingredients, steps, and cooking time. Everything runs on the phone with no internet needed.

AndroidKotlinGemma 4LiteRT-LM

Post-Crash AI Assistant: On-Device Voice Triage After a Crash

Android module that kicks in after a crash is detected by another app. Uses a local Gemma LLM to assess driver injury through guided voice conversation and sends emergency SMS automatically if the driver stops responding.

AndroidKotlinMediaPipeGemma

CrashFNOL: AI-Powered Crash Reconstruction for Insurance Reports

Android PoC that generates professional FNOL (First Notice of Loss) insurance reports by combining simulated telematics data with real-time location, weather, and traffic context, processed on-device via MediaPipe Gemma.

AndroidKotlinMediaPipeGemma

AIDrivingHelper 2: Driving Coaching with Geographic Context

Evolution of AIDrivingHelper that enriches driving events with real-world geographic context, including nearby schools, hospitals, road names, and traffic infrastructure, for location-aware safety coaching on Android.

AndroidKotlinRAGGemma

AIDrivingHelper: On-Device RAG Coaching for Driving Apps

Android module that uses RAG entirely on-device to answer natural language questions about past trips and deliver personalized driving coaching. Built to plug into apps that already record trip data, with voice input and voice output.

AndroidKotlinMediaPipeRAG