Hacker News new | ask | show | jobs
by doppenhe 2687 days ago
curious what kind of infrastructure have you built for deployment, serving and managing models?
1 comments

We use TesnorFlow serving (https://www.tensorflow.org/serving) for serving the trained models. We also run Flask to transform the incoming JSON to match the way the data has been transformed at training time.