ans123 commited on
Commit
fcf70d2
·
verified ·
1 Parent(s): 9249902

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -6,12 +6,12 @@ matplotlib>=3.5.0
6
  pillow>=9.0.0
7
  opencv-python>=4.7.0
8
 
9
- # Facial analysis libraries - dlib with prebuilt binaries
10
- dlib>=19.22.1 # Use prebuilt binaries instead of compiling from source
11
  deepface>=0.0.79
12
-
13
- # Lightweight alternatives in case DeepFace is too heavy
14
- # face-recognition>=1.3.0 # Optional alternative that uses dlib under the hood
 
15
 
16
  # Google Gemini API
17
  google-generativeai>=0.3.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