Skip to content

using flask to deploy a model to a cloud server

Notifications You must be signed in to change notification settings

RaebingZhong/flask_deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

An implement of flask to deploy the deep learning models

keras model

the image classification model is trained in keras and saved by tf.saved_model.builder.SavedModelBuilder which contains a variable folder and a pb model file.

server.py

this python file will be runned in server.

client.py

this python file will be runed in client, it will upload a image to server and get a predict result. using these code to test success or not

python client.py  --file=filename

More detail information please go to https://zhuanlan.zhihu.com/p/83894642

About

using flask to deploy a model to a cloud server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages