shaheerawan3 commited on
Commit
0a56c56
·
verified ·
1 Parent(s): 2aff34d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -8
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
- # Face Recognition (using specific versions with pre-built wheels)
2
- dlib==19.22.1
3
- face-recognition-models==0.3.0
4
- face-recognition==1.3.0
 
5
 
6
  # Core dependencies
7
  streamlit==1.31.0
@@ -16,10 +17,6 @@ beautifulsoup4==4.12.2
16
  PyJWT==2.8.0
17
  python-dateutil==2.8.2
18
  pillow==10.2.0
19
- numpy==1.26.3
20
-
21
- # Machine Learning
22
- scikit-learn==1.3.2
23
 
24
  # Database
25
  aiosqlite==0.19.0
 
1
+ # Face Recognition and ML
2
+ deepface==0.0.79
3
+ tensorflow==2.15.0
4
+ scikit-learn==1.3.2
5
+ numpy==1.26.3
6
 
7
  # Core dependencies
8
  streamlit==1.31.0
 
17
  PyJWT==2.8.0
18
  python-dateutil==2.8.2
19
  pillow==10.2.0
 
 
 
 
20
 
21
  # Database
22
  aiosqlite==0.19.0