SOLO PROJECT
Youtube Notepad
A chrome extension that allows users to take notes directly on a youtube video. The notes stay attached to the youtube video without a need to store them somewhere else separately. When the user navigates, the notes for that video get fetched from chrome storage.
The extension also features a local dashboard to manage all notes in one place.
GROUP PROJECTS
SU Market
A marketplace app for university students to buy and sell items on campus. The app features a listings page to place your items on sale, direct messages to contact sellers, and a favourites page to save liked items.
Campus Navigation App
We attempted to develop an app for the visually impaired to navigate a campus building through real-time indoor location detection. We collected a dataset consisting of images of a campus floor and labeled it using Roboflow. Then we used this dataset to train & deploy a YOLO11 object detection model. The end model was not identifying location correctly but I benefitted by learning the basics of machine learning.