Projects
GRIP-(Hand Gesture Recognition AI):
The idea for GRIP originated as a semester project in my Artificial Intelligence class. The assignment was to design a neural network capable of completing a simple task, and I chose to create an AI that could recognize hand gestures from a live webcam feed.
The finished system consists of two AI components: the first uses Mediapipe’s pre-trained Hand Landmark Detection model to identify key points on the hand, while the second is a custom neural network I trained on those landmarks to classify different hand gestures. Below are examples of the gestures this model can recognize, with the predicted label displayed in the top-left corner of the video output.




.png)
To see more in detail on this project please visit my [Github Repo]
{More Projects To Come}