Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 574 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 574 Bytes

Volume Gesture Control

Installations Required

  • In cmd do:
    • pip install opencv-python
    • pip install mediapipe
    • pip install numpy
    • pip install pycraw
    • pip install ctypes
    • pip install comtypes
    • pip install screen_brightness_control
    • Also check for any package that's need to be installed, on cmd

Main Steps

The essensial steps that are required to implement it. For that, the major tasks we need to do

  • Hand Detection
  • Hand Landmarks using mediapipe.
  • Controling the volume of the computer by using pycaret library.