The code is used to change the volume with help of hand gestures. By adjusting the distance between the index and thumb, we can change the volume accordingly.
The required libraries are: opencv, numpy, comtypes and pycaw.
The installation command is [windows]:
pip install opencv
pip install numpy
pip install comtypes
pip install pycaw
by Jerome Prakash