Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch>=2.0
|
2 |
+
torchvision>=0.15
|
3 |
+
gradio>=4.0
|
4 |
+
numpy>=1.23
|
5 |
+
opencv-python>=4.8.0.76
|
6 |
+
Pillow>=10.0
|
7 |
+
matplotlib>=3.7
|