Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +13 -2
requirements.txt
CHANGED
|
@@ -1,3 +1,14 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
pandas
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit>=1.35.0
|
| 2 |
+
streamlit-webrtc>=0.47.0
|
| 3 |
+
tornado>=6.3
|
| 4 |
+
tensorflow
|
| 5 |
+
torch
|
| 6 |
+
torchvision
|
| 7 |
+
ultralytics
|
| 8 |
+
opencv-python-headless
|
| 9 |
+
pillow
|
| 10 |
pandas
|
| 11 |
+
seaborn
|
| 12 |
+
datasets
|
| 13 |
+
tqdm
|
| 14 |
+
plotly
|