Kousik Kumar Siddavaram commited on
Commit
c6b437b
·
1 Parent(s): 6bc901b

Updated expression recognition

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -6
requirements.txt CHANGED
@@ -8,15 +8,18 @@ python-multipart==0.0.6
8
  # --- ML and Image Processing ---
9
  scikit-learn==1.7.2
10
  joblib==1.3.2
11
- Pillow==9.4.0
12
  torch==2.1.0
13
  torchvision==0.16.0
14
  matplotlib==3.7.1
15
- numpy==1.26.4
16
  pandas==2.2.2
17
- opencv-python-headless==4.9.0.80
18
  # New dependencies inferred from imports:
19
  facenet-pytorch==2.5.3
20
- transformers>=4.39.3
21
- huggingface-hub>=0.23.0
22
- tqdm>=4.66.0
 
 
 
 
8
  # --- ML and Image Processing ---
9
  scikit-learn==1.7.2
10
  joblib==1.3.2
11
+ Pillow==10.1.0
12
  torch==2.1.0
13
  torchvision==0.16.0
14
  matplotlib==3.7.1
15
+ numpy==1.24.3
16
  pandas==2.2.2
17
+ opencv-python-headless==4.8.1.78
18
  # New dependencies inferred from imports:
19
  facenet-pytorch==2.5.3
20
+ transformers>=4.35.0
21
+ huggingface-hub>=0.19.0
22
+ tqdm>=4.66.1
23
+
24
+ # Optional: For better performance
25
+ accelerate==0.25.0 # Faster model loading