Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +12 -9
requirements.txt
CHANGED
@@ -1,9 +1,12 @@
|
|
1 |
-
# File: backend/requirements.txt
|
2 |
-
flask
|
3 |
-
flask-cors
|
4 |
-
ultralytics
|
5 |
-
opencv-python-headless
|
6 |
-
numpy
|
7 |
-
pillow
|
8 |
-
torch
|
9 |
-
torchvision
|
|
|
|
|
|
|
|
1 |
+
# File: backend/requirements.txt
|
2 |
+
flask
|
3 |
+
flask-cors
|
4 |
+
ultralytics
|
5 |
+
opencv-python-headless
|
6 |
+
numpy
|
7 |
+
pillow
|
8 |
+
torch
|
9 |
+
torchvision
|
10 |
+
streamlit
|
11 |
+
opencv-python-headless
|
12 |
+
ultralytics
|