Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +23 -0
requirements.txt
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
fastapi-cli
|
| 3 |
+
matplotlib
|
| 4 |
+
matplotlib-inline
|
| 5 |
+
numpy
|
| 6 |
+
opencv-python
|
| 7 |
+
packaging
|
| 8 |
+
pandas
|
| 9 |
+
parso
|
| 10 |
+
pillow
|
| 11 |
+
pydantic
|
| 12 |
+
pydantic_core
|
| 13 |
+
python-dotenv
|
| 14 |
+
python-multipart
|
| 15 |
+
requests
|
| 16 |
+
seaborn
|
| 17 |
+
shellingham
|
| 18 |
+
torch
|
| 19 |
+
torchvision
|
| 20 |
+
ultralytics
|
| 21 |
+
ultralytics-thop
|
| 22 |
+
uvicorn
|
| 23 |
+
websockets
|