This Python project enables control of the mouse cursor using eye movements detected by a webcam, powered by OpenCV, MediaPipe, and PyAutoGUI.
- Python 3.x
- OpenCV (
pip install opencv-python) - Mediapipe (
pip install mediapipe) - PyAutoGUI (
pip install pyautogui)
-
Clone the repository:
git clone https://github.com/dexxeth/Mouse-Control-Using-Eyes.git cd eye-controlled-mouse -
Clone the repository:
pip install -r requirements.txt