Upload requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
-
flask
|
| 2 |
torch
|
| 3 |
torchvision
|
| 4 |
-
|
| 5 |
albumentations
|
| 6 |
-
|
| 7 |
-
|
|
|
|
| 8 |
numpy
|
| 9 |
-
|
|
|
|
|
|
|
| 1 |
torch
|
| 2 |
torchvision
|
| 3 |
+
opencv-python-headless
|
| 4 |
albumentations
|
| 5 |
+
segmentation-models-pytorch
|
| 6 |
+
timm
|
| 7 |
+
pandas
|
| 8 |
numpy
|
| 9 |
+
scikit-learn
|