ahkarami/Deep-Learning-in-Production

How to deploy an image caption pytorch model to flask?

Opened this issue · 1 comments

So I have this existing trained model (image caption) and I want it to deploy in flask.
I can't find any tutorial on deploying an existing pytorch model to flask.

Dear @Codevinz,
You can use this tutorial. Using Flask for deploying deep learning models has a general and same structure (I mean that there isn't any different from Keras or PyTorch).