aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/deploy/index.md
blob: 33220041895acdbb90781c1ee618c06e44f49bf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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.
  * @{$hadoop$How to run TensorFlow on Hadoop}, which has a highly
    self-explanatory title.
  * @{$s3$How to run TensorFlow with the S3 filesystem}, which explains how
    to run TensorFlow with the S3 file system.
  * The entire document set for [TensorFlow serving](/serving), an open-source,
    flexible, high-performance serving system for machine-learned models
    designed for production environments. TensorFlow Serving provides
    out-of-the-box integration with TensorFlow models.
    [Source code for TensorFlow Serving](https://github.com/tensorflow/serving)
    is available on GitHub.

[TensorFlow Extended (TFX)](/tfx) is an end-to-end machine learning platform for
TensorFlow. Implemented at Google, we've open sourced some TFX libraries with the
rest of the system to come.