coldlike's picture
Added correct path to app.py
4bf030b
metadata
title: Malaria Classification
emoji: 🧬
colorFrom: green
colorTo: red
sdk: streamlit
sdk_version: 1.45.1
app_file: app/app.py
pinned: false

🧬 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/

Here's a quick preview of the app in action:

Malaria Classifier Demo

πŸ§ͺ Usage

πŸ› οΈ Requirements

Install dependencies:

pip install torch torchvision streamlit opencv-python matplotlib scikit-learn