ans123 commited on
Commit
6b9ebdb
·
verified ·
1 Parent(s): f2e4635

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -14
requirements.txt CHANGED
@@ -1,14 +1,17 @@
1
- gradio
2
- numpy
3
- pandas
4
- matplotlib
5
- pillow
6
- opencv-python
7
- deepface
8
- transformers
9
- accelerate
10
- safetensors
11
- llava-torch
12
- google-generativeai
13
- python-dotenv
14
- tqdm
 
 
 
 
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