itsLu commited on
Commit
ce4aa2d
·
verified ·
1 Parent(s): 94fd642

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -0
requirements.txt CHANGED
@@ -1,6 +1,17 @@
1
  tensorflow==2.15.0
2
  keras==2.15.0
 
3
  segmentation-models==1.0.1
4
  efficientnet==1.0.0
5
  classification-models==0.1
6
  image-classifiers==1.0.0
 
 
 
 
 
 
 
 
 
 
 
1
  tensorflow==2.15.0
2
  keras==2.15.0
3
+
4
  segmentation-models==1.0.1
5
  efficientnet==1.0.0
6
  classification-models==0.1
7
  image-classifiers==1.0.0
8
+ keras-applications==1.0.8
9
+
10
+ fastapi==0.110.0
11
+ uvicorn[standard]==0.27.1
12
+ python-multipart==0.0.9
13
+
14
+ opencv-python-headless==4.10.0.84
15
+ numpy<2.0.0
16
+ scikit-learn==1.4.2
17
+ joblib==1.4.2