Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
opencv-python
|
2 |
+
pydantic
|
3 |
+
ipython-autotime
|
4 |
+
natsort
|
5 |
+
albumentations
|
6 |
+
seaborn
|
7 |
+
pydot==3.0.1
|
8 |
+
rasterio
|
9 |
+
scikit-image
|
10 |
+
tensorflow==2.15
|
11 |
+
tf-keras==2.15
|