Spaces:
Sleeping
Sleeping
create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
ultralytics==8.2.37
|
| 2 |
+
torch==2.3.0
|
| 3 |
+
Pillow==10.3.0
|
| 4 |
+
opencv-python-headless==4.9.0.80
|
| 5 |
+
fastapi==0.111.0
|
| 6 |
+
uvicorn==0.30.1
|