Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 736 Bytes

serving.md

File metadata and controls

16 lines (12 loc) · 736 Bytes

Serving Models

Introduction

TensorFlow Serving is a flexible, high-performance serving system for machine learning models, designed for production environments. TensorFlow Serving makes it easy to deploy new algorithms and experiments, while keeping the same server architecture and APIs. TensorFlow Serving provides out-of-the-box integration with TensorFlow models, but can be easily extended to serve other types of models and data.

Detailed developer documentation on TensorFlow Serving is available: