Projects.
A working archive — 17 projects spanning AI & robotics research, hardware, and web. Some shipped, some still on the bench.
Huawei Chokhmah AI Platform
★ Huawei · National 2nd PlaceAI/MLPersonalized learning intelligence using RAG + Imitation Learning. National 2nd place, Huawei Innovation Competition.
Multi-view Generative Augmented 3D Reconstruction Pipeline
AI/MLReconstructs high-quality 3DGS scenes from just 12 sparse images using MUSIQ quality screening, Zero123++ / ControlNet Tile / ViewCrafter augmentation, and SuperPoint+LightGlue pose estimation — recovering 51.3% of the quality gap vs. a 301-image upper bound.
Hardware-Accelerated Biomedical Signal Processor
★ EIE 527 ModuleHardwareAdaptive LMS FIR filter on Intel DE10-Lite FPGA for ECG denoising. Sub-500ms convergence, 60Hz noise elimination.
Auto Studio — 3D Car Configurator
WebReal-time WebGL vehicle configurator — 6 paint finishes, window tint, custom rims, and a Garage save system. Rendered entirely in the browser with React Three Fiber.
Autonomous Snake (Deep Q-Learning)
AI/MLRL agent trained with DQN, Double-DQN, and a Hamiltonian fallback for guaranteed survival on large boards.
AI Text Summarizer
AI/MLAzure AI Foundry-powered text summarization tool that condenses long-form content into precise, readable summaries via a Flask API.
Data Science & Analytics Portfolio
AI/MLCurated statistical analyses — Dr. Semmelweis handwashing study, Google Play Store EDA, multivariable regression, and Google Trends visualization.
Automated Birthday Emailer
WebCloud-triggered pipeline that extracts staff data, generates personalized HTML emails, and sends them via SMTP using GCP + GitHub Actions.
MathWorks Minidrone Autonomous Flight
RoboticsEnd-to-end autonomous quadcopter — perception, PID control, path planning. Track completed in 53s.
Arduino Radar System
HardwareLow-cost ultrasonic object detection with servo sweep across 180° and real-time radar visualization in Processing.
Password Manager
WebLocal password vault with strong random generation, encrypted JSON storage, and fast credential search.
Typing Speed Test
WebReal-time WPM and accuracy measurement with randomized word pools and live character-level feedback.
To-Do App
WebTask management app with add, complete, and delete — persisted to JSON so your list survives restarts.
French Flashcard App
WebSpaced repetition vocabulary trainer — known words leave the deck, unknown words repeat until mastered.
Pong Game
WebFaithful two-player Pong clone built with Python Turtle — collision detection, real-time scoreboard, first to 10 wins.
Pomodoro Timer
WebDesktop focus timer with configurable work/break intervals, session tracking, and audio bell — built with Tkinter.
Breakout Clone
WebDual-implementation Python Breakout — one in Turtle for fundamentals, one in Pygame with dynamic collision physics and state management.