https://github.com/shreyas-wagire/eyecursor-using-python
https://github.com/shreyas-wagire/eyecursor-using-python
medaipipe opencv pyautogui python
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shreyas-wagire/eyecursor-using-python
- Owner: Shreyas-Wagire
- Created: 2025-01-16T18:00:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-18T08:12:44.000Z (over 1 year ago)
- Last Synced: 2025-10-24T20:39:38.741Z (8 months ago)
- Topics: medaipipe, opencv, pyautogui, python
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eye-Controlled Mouse Using Python
This project uses computer vision and Mediapipe to create an eye-controlled mouse. It tracks facial landmarks to move the cursor and detects blinks to simulate mouse clicks.
---
## Features
- **Cursor Control**: Move the mouse cursor using eye movements.
- **Blink Detection**: Simulate mouse clicks by blinking.
- **Real-Time Processing**: Works in real-time using a webcam.
---
## Requirements
- Python 3.x
- OpenCV
- Mediapipe
- PyAutoGUI
Install the dependencies using the following command:
```bash
pip install opencv-python mediapipe pyautogui