Projects.
A working archive — 16 projects spanning AI & robotics research, hardware, and web. Some shipped, some still on the bench.
Generative Volumetric Reconstruction
AI/MLFault-tolerant 3D reconstruction pipeline using generative AI to restore degraded photographic data and hallucinate missing spatial angles for volumetric rendering.
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.
Huawei Chokhmah AI Platform
★ Huawei · National 2nd PlaceAI/MLPersonalized learning intelligence using RAG + Imitation Learning. National 2nd place, Huawei Innovation Competition.
MathWorks Minidrone Autonomous Flight
RoboticsEnd-to-end autonomous quadcopter — perception, PID control, path planning. Track completed in 53s.
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.
Autonomous Snake (Deep Q-Learning)
AI/MLRL agent trained with DQN, Double-DQN, and a Hamiltonian fallback for guaranteed survival on large boards.
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.