Spaces:
Running
Running
Evan Li commited on
Commit ·
57be97e
1
Parent(s): 457e98f
requirements
Browse files- .gitignore +7 -0
- requirements.txt +4 -2
.gitignore
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Python bytecode / cache
|
| 2 |
+
__pycache__/
|
| 3 |
+
*.py[cod]
|
| 4 |
+
|
| 5 |
+
# Virtual environments
|
| 6 |
+
.venv/
|
| 7 |
+
venv/
|
requirements.txt
CHANGED
|
@@ -1,13 +1,15 @@
|
|
| 1 |
fastapi==0.115.0
|
| 2 |
uvicorn==0.30.0
|
| 3 |
python-multipart==0.0.9
|
| 4 |
-
mediapipe==0.10.
|
| 5 |
torch==2.11.0
|
| 6 |
torchvision
|
| 7 |
Pillow==10.4.0
|
| 8 |
-
numpy=
|
| 9 |
opencv-python-headless==4.10.0.84
|
| 10 |
huggingface-hub==0.23.2
|
|
|
|
| 11 |
timm==1.0.3
|
| 12 |
safetensors>=0.6.0
|
| 13 |
transformers==4.45.2
|
|
|
|
|
|
| 1 |
fastapi==0.115.0
|
| 2 |
uvicorn==0.30.0
|
| 3 |
python-multipart==0.0.9
|
| 4 |
+
mediapipe==0.10.35
|
| 5 |
torch==2.11.0
|
| 6 |
torchvision
|
| 7 |
Pillow==10.4.0
|
| 8 |
+
numpy>=2.1.0
|
| 9 |
opencv-python-headless==4.10.0.84
|
| 10 |
huggingface-hub==0.23.2
|
| 11 |
+
hf_transfer>=0.1.8
|
| 12 |
timm==1.0.3
|
| 13 |
safetensors>=0.6.0
|
| 14 |
transformers==4.45.2
|
| 15 |
+
hsemotion>=0.2.2
|