An open API service indexing awesome lists of open source software.

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

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