Website under maintenance. You might experience unusual updates.

Machine Learning

Blog post description.

9/23/20241 min read

Machine Learning and AI

A brief summary of some projects I completed by implementing machine learning

Nose-Tracking Mouse

This project uses computer vision to control mouse movement through nose tracking. It leverages OpenCV for detecting the face and nose, pyautogui for screen size measurements, and pynput for controlling the mouse position based on the detected nose movements.

photo of white staircase
photo of white staircase
Hand Gesture Recognition

This project uses computer vision to recognize various hand gestures and leverages the MediaPipe library to detect hand landmarks and translate finger positions into recognized gestures.