JeeKay/Malaria-classification
0
๐งฌ 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