2019-06-02
This Flask app was inspired by https://github.com/sugyan/tensorflow-mnist and https://github.com/eclique/keras-gradcam. You can visualize Grad-CAM as well as Guided Grad-CAM based on your stroke input. This app is not optimized. Feel free to edit and explore.
$ python app.py
-
Clear 'clear' prediction (no output or update)
-
Fix table row index (make it appear correctly!)
-
Add Guided Grad-CAM
-
[] Train MNIST with data augmentation (See: https://machinelearningmastery.com/image-augmentation-deep-learning-keras/), especially with rotation and shifts.
-
[] Exchange image data directly between python and javascript, not via file system.