Upload requirements.txt
Browse files- requirements.txt +13 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,13 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.31.0
|
| 2 |
+
torch==2.2.0
|
| 3 |
+
torchvision==0.17.0
|
| 4 |
+
Pillow==10.2.0
|
| 5 |
+
numpy==1.26.0
|
| 6 |
+
timm==0.9.12
|
| 7 |
+
opencv-python-headless==4.8.1.78
|
| 8 |
+
plotly==5.18.0
|
| 9 |
+
pandas==2.2.0
|
| 10 |
+
scikit-learn==1.4.0
|
| 11 |
+
matplotlib==3.8.0
|
| 12 |
+
seaborn==0.13.0
|
| 13 |
+
tqdm==4.66.0
|