Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=2.1.0
|
| 2 |
+
torchvision>=0.16.0
|
| 3 |
+
timm>=0.9.12
|
| 4 |
+
albumentations>=1.3.1
|
| 5 |
+
opencv-python>=4.8.0
|
| 6 |
+
numpy>=1.24
|
| 7 |
+
Pillow>=10.0.0
|
| 8 |
+
scikit-learn>=1.3.0
|
| 9 |
+
gradio>=4.0.0
|