Update README.md
Browse files
README.md
CHANGED
|
@@ -10,3 +10,13 @@ pinned: false
|
|
| 10 |
---
|
| 11 |
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 13 |
+
|
| 14 |
+
# Malaria Diagnostic Assistant (AST)
|
| 15 |
+
|
| 16 |
+
- Upload trained weights to `checkpoints/best.pt` (Git LFS recommended).
|
| 17 |
+
- Click "Predict" to see label + probabilities.
|
| 18 |
+
- Toggle "Show Grad-CAM" for heatmaps.
|
| 19 |
+
- Optional: upload a ZIP of your val set to compute a confusion matrix.
|
| 20 |
+
|
| 21 |
+
Weights expected: EfficientNet-B0 fine-tuned to 2 classes (Parasitized/Uninfected).
|
| 22 |
+
|