You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gesture Control Assistant lets you interact with your computer using hand gestures captured by your webcam. Powered by computer vision and machine learning, it enables touchless control for tasks like cursor movement, clicking, scrolling, and adjusting system settings like volume and brightness.
Mouse Tracking using Eyeballs is a Python-based project that allows users to control their mouse cursor using only eye movement and blinks. It uses MediaPipe FaceMesh to track facial landmarks and PyAutoGUI for cursor control, making it an accessible, hands-free alternative to traditional input devices.