Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
numpy==1.26.4
|
| 2 |
+
pandas==2.2.2
|
| 3 |
+
streamlit==1.37.1
|
| 4 |
+
pillow==10.4.0
|
| 5 |
+
opencv-python==4.10.0.84
|
| 6 |
+
torch==2.4.1
|
| 7 |
+
torchvision==0.19.1
|
| 8 |
+
scikit-learn==1.5.1
|