Dehsahk-AI commited on
Commit
48e7935
·
verified ·
1 Parent(s): 8ed434a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: openrail
3
  tags:
4
  - medical-imaging
5
  - pcos-detection
@@ -224,7 +224,7 @@ img = img.astype(np.float32) / 255.0
224
  img_array = np.expand_dims(img, axis=0)
225
  ```
226
 
227
- ## 🔬 Understanding Grad-CAM Output
228
 
229
  - **Red/Hot regions**: High importance for prediction (follicles, cysts)
230
  - **Blue/Cool regions**: Low influence on decision
 
1
  ---
2
+ license: mit
3
  tags:
4
  - medical-imaging
5
  - pcos-detection
 
224
  img_array = np.expand_dims(img, axis=0)
225
  ```
226
 
227
+ ## Understanding Grad-CAM Output
228
 
229
  - **Red/Hot regions**: High importance for prediction (follicles, cysts)
230
  - **Blue/Cool regions**: Low influence on decision