aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/deploy/index.md
blob: 644115b8ff5295882fbf7b54358f0477c095eb0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Deploy

This section focuses on deploying real-world models.  It contains
the following documents:

  * @{$distributed$Distributed TensorFlow}, which explains how to create
    a cluster of TensorFlow servers.
  * @{$tfserve$TensorFlow Serving}, which describes TensorFlow Serving--an
    open-source serving system for machine learning models. This document
    provides a short introduction to TensorFlow Serving; the bulk of the
    documentation about TensorFlow Serving is in a
    [separate website](https://tensorflow.github.io/serving/serving_basic).
  * @{$hadoop$How to run TensorFlow on Hadoop}, which has a highly
    self-explanatory title.