Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=5.16.0
|
2 |
+
numpy>=1.26.4
|
3 |
+
imageio
|
4 |
+
opencv-python-headless>=4.10.0.84
|
5 |
+
pillow>=10.4.0
|
6 |
+
torch
|
7 |
+
torchvision
|
8 |
+
tensorflow
|
9 |
+
uuid
|
10 |
+
regex
|
11 |
+
shutil
|
12 |
+
zipfile36
|
13 |
+
#opencv-contrib-python>=4.6.0.66
|
14 |
+
#opencv-python>=4.10.0.84
|