Update requirements.txt
Browse files- requirements.txt +8 -6
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
1 |
+
--- START OF FILE requirements.txt ---
|
2 |
+
gradio>=3.0
|
3 |
+
tensorflow>=2.10 # Or specific version if needed, e.g., tensorflow==2.16.1
|
4 |
+
opencv-python>=4.6
|
5 |
+
ultralytics>=8.0
|
6 |
+
numpy>=1.22
|
7 |
+
matplotlib>=3.6 # Needed for debug plots in Fight_detec_func if debug=True
|
8 |
+
--- END OF FILE requirements.txt ---
|