Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +5 -8
requirements.txt
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
-
# Face Recognition
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
|
|
|
| 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
|