Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +9 -10
requirements.txt
CHANGED
|
@@ -1,11 +1,13 @@
|
|
| 1 |
# Core dependencies for Landslide Detection Project
|
| 2 |
-
streamlit
|
| 3 |
-
torch
|
| 4 |
-
torchvision
|
| 5 |
-
numpy
|
| 6 |
-
matplotlib
|
| 7 |
-
h5py
|
| 8 |
-
PyYAML
|
|
|
|
|
|
|
| 9 |
|
| 10 |
# Deep Learning and Computer Vision
|
| 11 |
segmentation-models-pytorch>=0.3.0
|
|
@@ -23,9 +25,6 @@ Pillow>=9.5.0
|
|
| 23 |
scikit-image>=0.20.0
|
| 24 |
opencv-python>=4.8.0
|
| 25 |
|
| 26 |
-
# Kaggle API for model downloads
|
| 27 |
-
kaggle>=1.5.12
|
| 28 |
-
|
| 29 |
# Optional: For better performance
|
| 30 |
# torch-scatter>=2.1.0 # Uncomment if needed for specific models
|
| 31 |
# torch-sparse>=0.6.0 # Uncomment if needed for specific models
|
|
|
|
| 1 |
# Core dependencies for Landslide Detection Project
|
| 2 |
+
streamlit==1.28.0
|
| 3 |
+
torch==1.9.0+cu111
|
| 4 |
+
torchvision==0.10.0+cu111
|
| 5 |
+
numpy==1.21.0
|
| 6 |
+
matplotlib==3.7.0
|
| 7 |
+
h5py==3.8.0
|
| 8 |
+
PyYAML==6.0
|
| 9 |
+
requests==2.31.0
|
| 10 |
+
tqdm==4.66.1
|
| 11 |
|
| 12 |
# Deep Learning and Computer Vision
|
| 13 |
segmentation-models-pytorch>=0.3.0
|
|
|
|
| 25 |
scikit-image>=0.20.0
|
| 26 |
opencv-python>=4.8.0
|
| 27 |
|
|
|
|
|
|
|
|
|
|
| 28 |
# Optional: For better performance
|
| 29 |
# torch-scatter>=2.1.0 # Uncomment if needed for specific models
|
| 30 |
# torch-sparse>=0.6.0 # Uncomment if needed for specific models
|