coldlike's picture
Initial commit
faf90bc
|
raw
history blame
960 Bytes

🧬 Malaria Cell Classifier with Grad-CAM & Streamlit UI

A deep learning-based malaria detection system using ResNet50 and Grad-CAM explainability.

πŸš€ Features

  • βœ… Binary classification of blood smear images (Infected / Uninfected)
  • πŸ” Grad-CAM visualizations to highlight infected regions
  • 🌐 Interactive Streamlit web interface
  • πŸ“¦ Easy-to-deploy structure

πŸ› οΈ Built With

πŸ“¦ Dataset

Uses the Malaria Cell Images Dataset

πŸ“ Folder Structure

Place raw images in: data/cell_images/ β”œβ”€β”€ Parasitized/ └── Uninfected/

πŸ“· Example Output

Example Grad-CAM Output

πŸ§ͺ Usage

Train the Model

python notebooks/train.py