Projects
Side projects, old and new.
- Tabby.toA cloud-based tab manager — save, organize, and share collections of links across machines.
- Facial Keypoints Detection and Filter ApplicationCV pipeline that locates facial keypoints and applies real-time filters (e.g. sunglasses) via webcam.
- Dog Breed Detection with Transfer LearningHaar Cascades for face detection feeding a CNN (transfer learning) that classifies the dog's breed.
- American Sign Language RecognizerHidden Markov Models trained to recognize ASL words from tracked hand and nose positions.
- Wargame WebAdversarial-search AI (Minimax with Alpha-Beta pruning) playing a points-capture game, with an HTML/JS front-end.
- Tetris Web GameTetris in HTML5 canvas + jQuery, 2014 — preserved in amber as a time capsule of pre-framework, pre-ES6 JavaScript.
- Memory Web GameA simple memory-matching browser game in vanilla HTML and JavaScript — exercise from my NYU Advanced JavaScript class.