Upload requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
|
@@ -2,11 +2,13 @@ fastapi==0.104.1
|
|
| 2 |
uvicorn[standard]==0.24.0
|
| 3 |
torch==2.1.0
|
| 4 |
torchvision==0.16.0
|
| 5 |
-
faiss-gpu==1.
|
| 6 |
insightface==0.7.3
|
| 7 |
-
opencv-python==4.8.1.78
|
| 8 |
Pillow==10.1.0
|
| 9 |
numpy==1.24.3
|
| 10 |
pydantic==2.4.2
|
| 11 |
python-multipart==0.0.6
|
| 12 |
-
onnxruntime-gpu==1.16.0
|
|
|
|
|
|
|
|
|
| 2 |
uvicorn[standard]==0.24.0
|
| 3 |
torch==2.1.0
|
| 4 |
torchvision==0.16.0
|
| 5 |
+
faiss-gpu==1.8.0
|
| 6 |
insightface==0.7.3
|
| 7 |
+
opencv-python-headless==4.8.1.78
|
| 8 |
Pillow==10.1.0
|
| 9 |
numpy==1.24.3
|
| 10 |
pydantic==2.4.2
|
| 11 |
python-multipart==0.0.6
|
| 12 |
+
onnxruntime-gpu==1.16.0
|
| 13 |
+
scikit-image==0.21.0
|
| 14 |
+
requests==2.31.0
|