Mouse Tracking using Eyeballs is a Python-based project that allows users to control their mouse cursor using only eye movement and blinks. It uses MediaPipe FaceMesh to track facial landmarks and PyAutoGUI for cursor control, making it an accessible, hands-free alternative to traditional input devices.
python opencv computervision pyautogui blinkdetection humancomputerinteraction mediapipe facemesh eyeballtracking mousecontrol handsfreeinterface
-
Updated
May 28, 2025 - Python