Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.104.1
|
| 2 |
+
uvicorn[standard]==0.24.0
|
| 3 |
+
websockets==12.0
|
| 4 |
+
opencv-python-headless==4.8.1.78
|
| 5 |
+
ultralytics==8.0.206
|
| 6 |
+
numpy==1.24.3
|
| 7 |
+
Pillow==10.1.0
|
| 8 |
+
python-multipart==0.0.6
|
| 9 |
+
aiosqlite==0.19.0
|
| 10 |
+
pydantic==2.4.2
|
| 11 |
+
torch==2.5.1
|
| 12 |
+
torchvision==0.20.1
|