Metadata-Version: 2.1
Name: tensorflow-serving-api-gpu
Version: 1.14.0rc0
Summary: TensorFlow Serving Python API.
Home-page: http://tensorflow.org/serving
Author: Google Inc.
Author-email: tensorflow-serving-dev@googlegroups.com
License: Apache 2.0
Keywords: tensorflow serving machine learning api libraries
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: grpcio (>=1.0<2)
Requires-Dist: protobuf (>=3.6.0)
Requires-Dist: tensorflow-gpu (~=1.14.0rc0)

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.

This package contains the TensorFlow Serving Python APIs.


