We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6706b9d commit 6d67c80Copy full SHA for 6d67c80
1 file changed
PYTHON APPS/GestureControlledVolume/requirements.txt
@@ -0,0 +1,16 @@
1
+# requirements.txt
2
+
3
+# Specify the required Python version
4
+python_version >= 3.6
5
6
+# OpenCV for computer vision
7
+opencv-python==4.5.3
8
9
+# MediaPipe for hand tracking
10
+mediapipe==0.8.3
11
12
+# NumPy for numerical operations
13
+numpy==1.21.2
14
15
+# pycaw for audio control
16
+pycaw==2021.6.24
0 commit comments