Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=2.0.0
|
| 2 |
+
torchvision>=0.15.0
|
| 3 |
+
segmentation-models-pytorch>=0.3.3
|
| 4 |
+
albumentations>=1.3.0
|
| 5 |
+
opencv-python-headless>=4.8.0
|
| 6 |
+
numpy>=1.24.0
|
| 7 |
+
scipy>=1.10.0
|
| 8 |
+
scikit-image>=0.20.0
|
| 9 |
+
Pillow>=9.5.0
|
| 10 |
+
streamlit>=1.28.0
|
| 11 |
+
pandas>=2.0.0
|
| 12 |
+
huggingface-hub>=0.20.0
|