Cloud-CV/Grad-CAM
:rainbow: :camera: Gradient-weighted Class Activation Mapping (Grad-CAM) Demo
This tool helps researchers and analysts understand why an AI model made a specific prediction when analyzing images. It takes an image that has been processed by a Convolutional Neural Network (CNN) and outputs a 'heat map' overlaying the original image, highlighting the regions that were most important for the model's decision. This is ideal for anyone who needs to interpret or explain the reasoning behind an AI's image-based predictions.
110 stars. No commits in the last 6 months.
Use this if you need to visualize which parts of an image an AI model focused on to make a particular classification, answer a question about an image, or generate a caption.
Not ideal if you are working with non-image data or need to debug general AI model performance rather than specific visual explanations.
Stars
110
Forks
25
Language
HTML
License
—
Category
Last pushed
Aug 13, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Cloud-CV/Grad-CAM"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
jacobgil/pytorch-grad-cam
Advanced AI Explainability for computer vision. Support for CNNs, Vision Transformers,...
frgfm/torch-cam
Class activation maps for your PyTorch models (CAM, Grad-CAM, Grad-CAM++, Smooth Grad-CAM++,...
jacobgil/keras-grad-cam
An implementation of Grad-CAM with keras
ramprs/grad-cam
[ICCV 2017] Torch code for Grad-CAM
matlab-deep-learning/Explore-Deep-Network-Explainability-Using-an-App
This repository provides an app for exploring the predictions of an image classification network...