Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +20 -0
requirements.txt
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core ML
|
| 2 |
+
torch==2.1.0
|
| 3 |
+
torchvision==0.16.0
|
| 4 |
+
pytorch-lightning==2.1.0
|
| 5 |
+
monai==1.2.0
|
| 6 |
+
|
| 7 |
+
# Visualization & UI
|
| 8 |
+
gradio==3.50.2
|
| 9 |
+
matplotlib==3.7.1
|
| 10 |
+
Pillow==10.0.1
|
| 11 |
+
|
| 12 |
+
# Data Processing
|
| 13 |
+
numpy==1.24.4
|
| 14 |
+
pandas==2.0.2
|
| 15 |
+
scikit-learn==1.2.2
|
| 16 |
+
scikit-image==0.21.0
|
| 17 |
+
|
| 18 |
+
# Config/Utils
|
| 19 |
+
PyYAML==6.0.1
|
| 20 |
+
tqdm==4.65.0 # For progress bars
|