Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch>=2.0.0
|
2 |
+
torchvision>=0.15.0
|
3 |
+
gradio>=4.0.0
|
4 |
+
numpy>=1.21.0
|
5 |
+
pandas>=1.3.0
|
6 |
+
Pillow>=8.0.0
|
7 |
+
matplotlib>=3.5.0
|
8 |
+
seaborn>=0.11.0
|