For CNN model go to this where you can find more about how to build CNN model using tensorflow_hub.
Model deployment using flask web app
- Login into
heroku - Add
requirement.txtand add include all package name withspecific versionsame as you used for your project bulid. - Add Procfile with
gunicorn.
git add .
git commit -am "make it better"
git push heroku master
And it's done.