Hacker News new | ask | show | jobs
by Toast_ 3209 days ago
It's been a while since I played around with tensorflow, how difficult is it to deploy a model as a web service? I'm currently using azure and looking for other options (besides prediction.io).
1 comments

It's really designed around ease of use. What you're looking for is called TensorFlow Serving.
Cool, thanks for the info.