Skip to content

Commit 6d67c80

Browse files
committed
Add requirements.txt
1 parent 6706b9d commit 6d67c80

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)