Spaces:
Running
Running
Kousik Kumar Siddavaram
commited on
Commit
·
c6b437b
1
Parent(s):
6bc901b
Updated expression recognition
Browse files- 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==
|
| 12 |
torch==2.1.0
|
| 13 |
torchvision==0.16.0
|
| 14 |
matplotlib==3.7.1
|
| 15 |
-
numpy==1.
|
| 16 |
pandas==2.2.2
|
| 17 |
-
opencv-python-headless==4.
|
| 18 |
# New dependencies inferred from imports:
|
| 19 |
facenet-pytorch==2.5.3
|
| 20 |
-
transformers>=4.
|
| 21 |
-
huggingface-hub>=0.
|
| 22 |
-
tqdm>=4.66.
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|