Control your mouse with your eye coordinates.
EyeTrackMouse is a Python project that allows you to control your mouse cursor using your eye coordinates. It uses facial landmark detection to track eye movement and enables clicking through blinking. A simple yet effective way to experiment with computer vision and interaction.
- Mouse Movement: Moves the cursor based on eye coordinates.
- Blink Detection: Left-click functionality triggered by blinking.
- Easy Setup: Requires only a webcam and Python.
- Exit Shortcut: Press Q to quit the application.
- Clone the repository:
git clone https://github.com/nurlanjalil/EyeTrackMouse.git cd EyeTrackMouse