TECH

SharePool: Carpooling Optimization App

With limited public transportation, finding a way to get to and from your daily activities takes much time and organization. To solve this issue I, along with a small group, created a carpooling app to help people coordinate their carpools, called SharePool.

The app coordinatd carpools for the user, determined the pickup location of the carpool, and provided status updates for the members of the carpool. Other features implemented include a map view, a registration page, as well as the ability to invite others to your carpool group via email.

Worm Tracking System

This project involved creating a program to measure the average speed of worms in a video. During a research project, I needed to collect average speeds of different strains of worms I performed the measurements manually, and later realized I could automate the process. This led me to develop a worm tracking program. This worm tracker uses YOLO-based AI detection and tracking to measure the movement of worms in video recordings. It combines deep learning with classical computer vision to detect worm positions, track their motion, and calculate average speeds.