Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
--extra-index-url http://download.pytorch.org/whl/cu113
|
2 |
+
torch
|
3 |
+
torchcam==0.4.0
|
4 |
+
torchvision==0.18.1
|
5 |
+
gradio==4.38.1
|
6 |
+
numpy==1.26.4
|
7 |
+
pandas==2.2.2
|
8 |
+
Pillow==10.4.0
|
9 |
+
opencv-python==4.9.0.80
|
10 |
+
matplotlib==3.8.3
|
11 |
+
scikit-learn==1.4.0
|