https://github.com/soumyagautam/eye-mouse-tracking
An iris-controlled mouse software for Windows, MacOS and Linux that can move the cursor and click anywhere by blinking left eye.
https://github.com/soumyagautam/eye-mouse-tracking
accessability automation eye-tracking mediapipe mediapipe-facemesh opencv pyautogui
Last synced: about 1 month ago
JSON representation
An iris-controlled mouse software for Windows, MacOS and Linux that can move the cursor and click anywhere by blinking left eye.
- Host: GitHub
- URL: https://github.com/soumyagautam/eye-mouse-tracking
- Owner: soumyagautam
- Created: 2024-12-21T09:58:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-30T07:51:01.000Z (over 1 year ago)
- Last Synced: 2025-07-30T20:37:57.732Z (11 months ago)
- Topics: accessability, automation, eye-tracking, mediapipe, mediapipe-facemesh, opencv, pyautogui
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eye-Mouse-Tracking
An iris-controlled mouse software for Windows, MacOS and Linux that can move the cursor, click anywhere by blinking left eye and right-click anywhere by blinking right eye. It also has a read-mode that can vertically scroll any page by the movement of eye.
# Requirements:
1. Dependencies: OpenCV-python, Mediapipe, PyAutoGUI
2. Other Required Dependencies: pyobjc-core (for MacOS only), pyobjc (for MacOS only) and python3-xlib (for Linux only)