Summary - Specialized medical LLM for ambient listening, transcription, and structured chart generation. HIPAA-conscious RAG architecture; integrates with EHR systems and voice-based intake.
Development year - 2025
Technology stack - OpenAI GPT-4, Whisper, Supabase, pgvector, React, Node.js, Twilio Voice, ElevenLabs, Docker, AWS

Summary - Production RAG chatbot powering this portfolio. It retrieves relevant site context from pgvector and prompts an LLM to provide grounded answers, with CORS-safe and cost-aware delivery.
Development year - 2025
Technology stack - Supabase Edge Functions, pgvector, Cohere embed-english-v3.0, OpenRouter (Mistral 7B), Node/TypeScript (Deno), React, DOMPurify, GitHub Pages, CI/CD
Summary - Graph-based learner persona detection to personalize lesson paths. Neo4j + KNN; Flask inference API; optimized Cypher queries for latency and scale.
Development year - 2022
Technology stack - Neo4j, Cypher, Python/Flask, KNN, Pandas, Docker, GCP/AWS


Summary - Schema-driven form builder used by financial and legal teams, with GraphQL and REST data flows, role-based permissions, and autosave. Optimized queries and CDN caching for global users.
Development year - 2018–2019
Technology stack - MeteorJS, GraphQL, Apollo, Node.js, MongoDB, AWS (EC2/S3/CloudFront), REST, Nginx

Summary - Android IoT app to monitor and control high-pressure aeroponics. Telemetry and commands run over MQTT/HTTP, supported by backend dashboards, sensor charts, and ML-based growth recommendations.
Development year - 2016–2017
Technology stack - Android (Java/Kotlin), MQTT, Django/Flask, TensorFlow, D3.js, WAMP, Nginx, Docker, Postgres

Summary - End-to-end Sudoku solver: detects a grid from camera frames, recognizes digits, and solves the puzzle via backtracking. Built a dataset and augmentation pipeline, with model selection in Keras/TensorFlow.
Development year - 2020
Technology stack - Python, OpenCV, TensorFlow/Keras, Scikit-learn, Image Morphology, Backtracking, NumPy
Summary - Interactive cellular automaton simulation with preset seed patterns, adjustable grid size and speed, manual cell toggling, and step-through mode. Canvas-rendered with glow effects.
Development year - 2026
Technology stack - React, Canvas API, Styled Components, Gatsby
Summary - Arcade-style space flight with 6DOF controls and collision physics. Gameplay loop, input mapping, scene management, and asset pipeline via Blender.
Development year - 2021
Technology stack - Unity, C#, WebGL, OpenGL, Physics, Blender
Summary - WebGL-based procedural terrain using Gaussian noise + mesh generation; interactive camera + shading pipeline; focused on geometry + GPU rendering fundamentals.
Development year - 2020
Technology stack - Three.js, WebGL, GLSL, Procedural Noise, Frustum Culling
Summary - AI Connect-4 with two modes: MINIMAX (alpha–beta pruning) and a naïve baseline. Search space ~4.53T boards; demonstrates heuristic evaluation, pruning effectiveness, and game-tree search.
Development year - 2019
Technology stack - React, Redux, Node.js, Minimax, Alpha–Beta Pruning, Heuristics, GitHub Actions