huy00001 commited on
Commit
9789f5f
·
verified ·
1 Parent(s): 90742b5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -9
requirements.txt CHANGED
@@ -1,9 +1,16 @@
1
- gradio>=3.39
2
- deepface
3
- opencv-python
4
- tensorflow==2.20.0
5
- tf-keras
6
- numpy
7
- pillow
8
- pymongo
9
- certifi
 
 
 
 
 
 
 
 
1
+ Flask==2.3.3
2
+ flask-cors==4.0.0
3
+
4
+ numpy==1.23.5
5
+ opencv-python==4.7.0.72
6
+
7
+ deepface==0.0.93
8
+ tensorflow==2.12.0
9
+
10
+ pymongo==4.6.1
11
+
12
+ requests==2.31.0
13
+ Pillow==10.0.0
14
+
15
+ # Avoid version conflicts with TF & DeepFace
16
+ protobuf==3.20.3