This program is to control the volume by the gesture of the hand.The program is recognizing the gestures and to control the Volume.
The code contains libraries : 1) time
2) cv2
3) math
4) numpy
5) from ctypes import cast, POINTER
6)from comtypes import CLSCTX_ALL
7) from pycaw.pycaw import AudioUtilities, IAudioEndpointVolume
8) mediapipe
The code uses the Webcam or bulit in camera to run the it. use Pycharm IDE to run this code .