mgbam commited on
Commit
29daa95
·
verified ·
1 Parent(s): d93eac7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
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
+