Spaces:
Configuration error
Configuration error
Update requirements.txt
Browse files- requirements.txt +17 -14
requirements.txt
CHANGED
@@ -1,14 +1,17 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
|
1 |
+
# Core dependencies
|
2 |
+
gradio==3.50.2
|
3 |
+
numpy==1.24.3
|
4 |
+
pandas==2.0.3
|
5 |
+
matplotlib==3.7.2
|
6 |
+
pillow==10.0.0
|
7 |
+
opencv-python==4.8.0.74
|
8 |
+
|
9 |
+
# Facial analysis library (no dlib)
|
10 |
+
deepface==0.0.79
|
11 |
+
|
12 |
+
# Google Gemini API
|
13 |
+
google-generativeai==0.3.1
|
14 |
+
|
15 |
+
# Utilities
|
16 |
+
python-dotenv==1.0.0
|
17 |
+
tqdm==4.65.0
|