REPOSITORY OVERVIEWLive repository statistics
★ 2Stars
⑂ 0Forks
◯ 0Open issues
◉ 2Watchers
43/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
52 Community adoption25% weight
5 Maintenance state20% weight
100 License clarity10% weight
0 Project information10% weight
35 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
This project uses computer vision to control the mouse cursor based on facial landmarks. It captures video from a webcam and processes it with MediaPipe to detect facial features, focusing on eye regions to move the cursor. By tracking specific landmarks around the eyes, it translates eye movement into cursor position and simulates mouse clicks based on eye proximity. The setup involves OpenCV for video handling, MediaPipe for landmark detection, and PyAutoGUI for cursor control and clicking. The real-time system allows hands-free computer navigation using eye movements.
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
Developed an eye-controlled mouse project using Python, OpenCV, and MediaPipe. Enables cursor control and clicks with eye movements, achieving 95% cursor movement and 98% click detection accuracy. Utilizes facial landmark detection and PyAutoGUI for seamless interaction.
34/100 healthActive repository
No license
⑂ 0 forks◯ 0 issuesUpdated Oct 7, 2025
Developed an Eye Controlled mouse using Python and OpenCV. The system captures live video, converts frames to grayscale, and detects faces and eyes using Haar Cascade classifiers. The detected eyes are highlighted with rectangular boxes using NumPy coordinates, enabling accurate eye recognition and image cropping for further processing.
44/100 healthActive repository
PythonGPL-3.0
⑂ 0 forks◯ 0 issuesUpdated Sep 29, 2025