ans123 commited on
Commit
4ade566
·
verified ·
1 Parent(s): b0b077f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -16
requirements.txt CHANGED
@@ -1,17 +1,11 @@
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
 
1
  # Core dependencies
2
+ gradio
3
+ numpy
4
+ pandas
5
+ matplotlib
6
+ pillow
7
+ opencv-python
8
+ deepface
9
+ google-generativeai
10
+ python-dotenv
11
+ tqdm