Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I want to deploy my deep learning model to the cloud so that I can upload photos on an iPhone App and the model handles the detection and returns the output.

What would be the best way to do this?

Thank you!

question from:https://stackoverflow.com/questions/65892525/how-to-deploy-tensorflow-model-to-cloud

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
749 views
Welcome To Ask or Share your Answers For Others

1 Answer

There are multiple ways you can deploy a tensorflow model. Read through the following official documentation.

TensorFlow - Serving Models


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...