Spaces:
Sleeping
Sleeping
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:
π§ͺ Usage
π οΈ Requirements
Install dependencies:
pip install torch torchvision streamlit opencv-python matplotlib scikit-learn