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
This project aims to control the system volume and screen brightness using hand gestures. Use your left hand for brightness control and right hand for volume control. For detection of hand landmarks, mediapipe library is used.
In this mini-project, we are detecting hands from a live camera and also landmarks of hands. For Hand detection, I used the Mediapipe library along with Opencv.
This Script is used to differentiate the right and left hand of a human being and also find the coordinates of the 21 landmarks of each hand using the mediapipe library.