Imagine controlling your computer with your eyes. This is what Meyes does. It is a simple python script that uses the dlib library to detect the eyes and move the cursor accordingly. It also uses the pyautogui library to click and double click.
pip install -r requirements.txt
python main.py
- OpenCV to capture the video from the webcam
- Google’s MediaPipe to detect the face and the eyes
- PyAutoGUI to move the cursor and click
- Decent camera quality
- Proper lighting [can't function properly in low lighting]
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Help us overcome the constraints. ✌🏻
it took a whole lot effort to make this possible, would you mind giving us a star / sharing this? 😄
- maybe you? 😏