@pvaneck What would be the best way to implement Grad-CAM? I would like the image after classification to return with class activation mapping as shown in the image, to actually show where the CNN is looking,Can i add the Grad-CAM functionality to the model or as an independent function in app.js?

@pvaneck What would be the best way to implement

Grad-CAM? I would like the image after classification to return withclass activation mappingas shown in the image, to actually show where the CNN is looking,Can i add theGrad-CAMfunctionality to the model or as an independent function inapp.js?