ans123 commited on
Commit
f2e4635
·
verified ·
1 Parent(s): 2b82b08

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -21
requirements.txt CHANGED
@@ -1,21 +1,14 @@
1
- # Core dependencies
2
- gradio>=4.0.0
3
- numpy>=1.22.0
4
- pandas>=1.5.0
5
- matplotlib>=3.5.0
6
- pillow>=9.0.0
7
- opencv-python>=4.7.0
8
-
9
- # Facial analysis and vision models
10
- deepface>=0.0.79
11
- transformers>=4.35.0
12
- accelerate>=0.25.0
13
- safetensors>=0.4.0
14
- llava-torch>=1.1.1 # LLaVA model
15
-
16
- # Google Gemini API
17
- google-generativeai>=0.3.0
18
-
19
- # Utilities
20
- python-dotenv>=1.0.0 # For loading API key from .env file
21
- tqdm>=4.65.0 # For progress bars
 
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