A Selection of Cool Projects
October 2024 - December 2024
Physical Chess bot using local minimax alogirthm. Magnetic reed sensors to detect pieces, stepper motors + linear actuator to control magenetic pieces. STM32 to control everything.
September 2023
Built a full-stack event recommender for UMich using Microsoft Azure-hosted GPT-4 API during MHacks Hackathon. Offered tailored event recommendations based on users’ interests and updated JSON event data online in real time.
Eye/Gaze Detector and Tracker
February 2023 - April 2023
Implemented a real-time algorithm to track user eye movement and project the gaze onto the screen being looked at. Documented and reported related work, motivations, and conclusions, emulating a miniature publication.
Differential Drive MBot
August 2022 - December 2022
Developed an A* search algorithm in C and CNN-based image classification (using PyTorch) for a robot to navigate and map a maze.
Among Us Simulation
October 2022 - November 2022
Implemented the Traveling Salesman algorithm and various heuristics to simulate the Among Us game in C++.