Mehmed Kerem Uludag

A Selection of Cool Projects

Physical Chess Bot

Physical Chess Bot

October 2024 – December 2024

Physical chess bot using a local minimax algorithm. Magnetic reed sensors to detect pieces, stepper motors + linear actuator to control magnetic pieces. STM32 to control everything.

EventsHub project image

EventsHub

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 project image

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.

MBot Development project image

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 project image

Among Us Simulation

October 2022 – November 2022

Implemented the Traveling Salesman algorithm and various heuristics to simulate the Among Us game in C++.