I want to take my Keras model out of this Jupyter notebook: my dog breed classifier
and put it in this provided web app: https://github.com/mtobeiyf/keras-flask-deploy-webapp
I saw this: How to save final model using keras?
But I'm wondering if anyone can provide more details, ie. do I save the model and weights separately?
Also if anybody has links to a step-by-step tutorial, etc.