Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
ultralytics
|
3 |
+
opencv-python-headless
|
4 |
+
Pillow
|
5 |
+
numpy
|
6 |
+
pandas
|
7 |
+
PyYAML
|
8 |
+
tqdm
|
9 |
+
imagehash
|
10 |
+
# Optional extras
|
11 |
+
cleanlab>=2.5.0
|
12 |
+
fastdup>=1.28
|
13 |
+
pylabel>=0.1.76
|