PiyaJ7 /
Eye-controlled-mouse-HCI
Python project utilizing OpenCV for hands-free computer interaction, tracking eye movements via webcam to control the mouse cursor, merging accessibility with computer vision.
51/100 healthLoading repository data…
Sahajdeep7988 / repository
The Eye-Controlled Mouse is a Python-based project that enables hands-free navigation using real-time eye tracking. It uses MediaPipe for facial landmarks, OpenCV for image processing, and PyAutoGUI for cursor control. Features include blink detection for mouse clicks and customizable cursor speed.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This project enables users to control their computer's mouse cursor using eye movements. The system leverages Python, OpenCV, MediaPipe, and PyAutoGUI for real-time eye tracking and smooth cursor manipulation.
Ensure you have the following installed on your system:
Install the required Python libraries using the following command:
pip install opencv-python mediapipe pyautogui
python main.py
eye_tracker.py: Handles eye tracking and blink detection using MediaPipe.utils.py: contains the code to open cameramouse_control.py: Controls mouse movements and clicks using PyAutoGUI.main.py: The main script that integrates all components and runs the application.README.md: Documentation for the project.This project is licensed under the MIT License - see the LICENSE file for more details.
Feel free to contribute or suggest improvements by opening issues or pull requests!
Selected from shared topics, language and repository description—not editorial ratings.
PiyaJ7 /
Python project utilizing OpenCV for hands-free computer interaction, tracking eye movements via webcam to control the mouse cursor, merging accessibility with computer vision.
51/100 healthashutoshmishra52 /
This Python script uses OpenCV, Mediapipe, and PyAutoGUI libraries to create an eye-controlled mouse. The script captures video input from the user's webcam, processes it to detect eye movements, and uses PyAutoGUI to control the mouse pointer. The system also provides blink-based clicking functionality.
29/100 healthVineetKumar02 /
This Python Virtual Mouse project lets you control your computer in a unique way! Use eye tracking and hand gestures to navigate effortlessly. Experience precision with the 'Eye Control' script and intuitive control with 'Hand Control'.
36/100 healthEswarPithani /
Developed an eye-controlled mouse system using Python with OpenCV, MediaPipe, and PyAutoGUI. The system tracks facial landmarks to move the cursor and detect eye blinks for mouse clicks. It processes live webcam feed to provide hands-free navigation, integrating computer vision with GUI automation for intuitive user control.
43/100 healthsuhelBhadane /
This Python script utilizes computer vision and facial landmarks detection to control the mouse cursor based on eye movements.
27/100 healthiamSamael /
a computer vision python project to control the mouse pointer on the screen using your eyes
27/100 health