coldlike commited on
Commit
a35454a
·
1 Parent(s): 77a2c3e

Added configurations to readme file

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # 🧬 Malaria Cell Classifier with Grad-CAM & Streamlit UI
2
 
3
  A deep learning-based malaria detection system using ResNet50 and Grad-CAM explainability.
 
1
+ ---
2
+ title: Malaria Classification
3
+ emoji: 🧬
4
+ colorFrom: green
5
+ colorTo: red
6
+ sdk: streamlit
7
+ sdk_version: "1.33.0"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
  # 🧬 Malaria Cell Classifier with Grad-CAM & Streamlit UI
13
 
14
  A deep learning-based malaria detection system using ResNet50 and Grad-CAM explainability.