Upload requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
cleanvision==0.3.5
|
2 |
+
huggingface_hub==0.20.2
|
3 |
+
lightning==2.1.2
|
4 |
+
numpy==1.23.5
|
5 |
+
opencv_python==4.8.1.78
|
6 |
+
opencv_python_headless==4.8.1.78
|
7 |
+
Pillow==10.2.0
|
8 |
+
rich==13.7.0
|
9 |
+
streamlit==1.30.0
|
10 |
+
timm==0.9.2
|
11 |
+
torch==2.1.0
|
12 |
+
torchmetrics==0.10.3
|
13 |
+
torchvision==0.16.0
|
14 |
+
tqdm==4.65.0
|
15 |
+
transformers==4.34.1
|