Spaces:
Runtime error
Runtime error
Upload requirements-api.txt
Browse files- requirements-api.txt +15 -0
requirements-api.txt
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.115.5
|
| 2 |
+
uvicorn[standard]==0.30.0
|
| 3 |
+
python-multipart
|
| 4 |
+
torch==2.10.0
|
| 5 |
+
timm==1.0.27
|
| 6 |
+
albumentations==2.0.8
|
| 7 |
+
opencv-python-headless==4.13.0.92
|
| 8 |
+
pillow
|
| 9 |
+
numpy==2.0.0
|
| 10 |
+
groq==0.9.0
|
| 11 |
+
httpx==0.27.0
|
| 12 |
+
python-dotenv==1.0.0
|
| 13 |
+
huggingface_hub
|
| 14 |
+
pydantic
|
| 15 |
+
requests
|