Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
numpy==1.24.0
|
| 2 |
+
torch==2.0.0
|
| 3 |
+
torchvision==0.15.0
|
| 4 |
+
opencv-python==4.5.5.62
|
| 5 |
+
Pillow==9.4.0
|
| 6 |
+
scipy==1.10.0
|
| 7 |
+
matplotlib==3.7.1
|
| 8 |
+
gradio==3.1.4
|