Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +19 -18
requirements.txt
CHANGED
@@ -1,18 +1,19 @@
|
|
1 |
-
streamlit
|
2 |
-
open_clip_torch
|
3 |
-
torch
|
4 |
-
torchvision
|
5 |
-
transformers
|
6 |
-
requests
|
7 |
-
Pillow
|
8 |
-
numpy
|
9 |
-
pandas
|
10 |
-
matplotlib
|
11 |
-
scikit-learn
|
12 |
-
scipy
|
13 |
-
opencv-python-headless
|
14 |
-
inference_sdk
|
15 |
-
ultralytics
|
16 |
-
streamlit-img-label
|
17 |
-
pascal-voc-writer
|
18 |
-
chromadb
|
|
|
|
1 |
+
streamlit
|
2 |
+
open_clip_torch
|
3 |
+
torch
|
4 |
+
torchvision
|
5 |
+
transformers
|
6 |
+
requests
|
7 |
+
Pillow
|
8 |
+
numpy
|
9 |
+
pandas
|
10 |
+
matplotlib
|
11 |
+
scikit-learn
|
12 |
+
scipy
|
13 |
+
opencv-python-headless
|
14 |
+
inference_sdk
|
15 |
+
ultralytics
|
16 |
+
streamlit-img-label
|
17 |
+
pascal-voc-writer
|
18 |
+
chromadb
|
19 |
+
sqlite3
|