prithivMLmods commited on
Commit
c54815f
·
verified ·
1 Parent(s): 2af3b9e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -19,6 +19,23 @@ tags:
19
 
20
  > **Alzheimer-Stage-Classifier** is a multi-class image classification model based on `google/siglip2-base-patch16-224`, designed to identify stages of Alzheimer’s disease from medical imaging data. This tool can assist in **clinical decision support**, **early diagnosis**, and **disease progression tracking**.
21
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  ## **Label Classes**
 
19
 
20
  > **Alzheimer-Stage-Classifier** is a multi-class image classification model based on `google/siglip2-base-patch16-224`, designed to identify stages of Alzheimer’s disease from medical imaging data. This tool can assist in **clinical decision support**, **early diagnosis**, and **disease progression tracking**.
21
 
22
+ ```py
23
+ Classification Report:
24
+ precision recall f1-score support
25
+
26
+ MildDemented 0.9634 0.9860 0.9746 8960
27
+ ModerateDemented 1.0000 1.0000 1.0000 6464
28
+ NonDemented 0.8920 0.8910 0.8915 9600
29
+ VeryMildDemented 0.8904 0.8704 0.8803 8960
30
+
31
+ accuracy 0.9314 33984
32
+ macro avg 0.9364 0.9369 0.9366 33984
33
+ weighted avg 0.9309 0.9314 0.9311 33984
34
+ ```
35
+
36
+
37
+ ![download (1).png](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/ld3BJdyeNsZgVp6Hg8aHD.png)
38
+
39
  ---
40
 
41
  ## **Label Classes**