Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.24.0
|
| 2 |
+
torch==2.0.1
|
| 3 |
+
torchvision==0.15.2
|
| 4 |
+
transformers==4.30.2
|
| 5 |
+
Pillow==9.5.0
|
| 6 |
+
numpy==1.25.0
|
| 7 |
+
scipy==1.11.1
|
| 8 |
+
matplotlib==3.7.1
|
| 9 |
+
opencv-python-headless==4.7.0.72
|
| 10 |
+
scikit-image==0.21.0
|
| 11 |
+
pandas==2.0.3
|