Update requirements.txt
Browse files- requirements.txt +11 -2
requirements.txt
CHANGED
|
@@ -1,3 +1,12 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
ultralytics
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn[standard]
|
| 3 |
+
python-multipart
|
| 4 |
+
pillow
|
| 5 |
+
spaces
|
| 6 |
ultralytics
|
| 7 |
+
torch
|
| 8 |
+
torchvision
|
| 9 |
+
requests
|
| 10 |
+
numpy
|
| 11 |
+
opencv-python
|
| 12 |
+
matplotlib
|