huy00001 commited on
Commit
9c2ecbc
·
verified ·
1 Parent(s): 22c0f65

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -4
requirements.txt CHANGED
@@ -1,5 +1,16 @@
1
- gradio>=3.39
2
- deepface
3
- opencv-python
4
- tensorflow
5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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