Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.111.0
|
| 2 |
+
uvicorn==0.29.0
|
| 3 |
+
ultralytics==8.2.0
|
| 4 |
+
opencv-python-headless==4.9.0.80
|
| 5 |
+
numpy==1.26.4
|
| 6 |
+
python-multipart==0.0.9
|
| 7 |
+
huggingface_hub==0.23.0
|