The Idea
Our backend actually generates a GradCAM heatmap (showing exactly what parts of the fish the AI is looking at to determine freshness). However, the frontend doesn't display it yet! Let's build a cool UI overlay for this.
What needs to be done
- Take the base64 heatmap from the
/api/v1/gradcam endpoint.
- Build an image overlay component on the result page where users can toggle between the original image and the heatmap.
A great mid-level task for someone looking to work with canvas or image overlays.
The Idea
Our backend actually generates a GradCAM heatmap (showing exactly what parts of the fish the AI is looking at to determine freshness). However, the frontend doesn't display it yet! Let's build a cool UI overlay for this.
What needs to be done
/api/v1/gradcamendpoint.A great mid-level task for someone looking to work with canvas or image overlays.