Metadata-Version: 2.1
Name: torchserve
Version: 0.2.0
Summary: TorchServe is a tool for serving neural net models for inference
Home-page: https://github.com/pytorch/serve.git
Author: PyTorch Serving team
Author-email: noreply@noreply.com
License: Apache License Version 2.0
Keywords: TorchServe PyTorch Serving Deep Learning Inference AI
Platform: UNKNOWN
Requires-Dist: Pillow
Requires-Dist: psutil
Requires-Dist: future
Requires-Dist: packaging

Project Description
===================

TorchServe (PyTorch model server) is a flexible and easy to use tool for
serving deep learning models exported from `PyTorch <http://pytorch.org/>`__.

Use the TorchServe CLI, or the pre-configured Docker images, to start a
service that sets up HTTP endpoints to handle model inference requests.

Installation
------------

Full installation instructions are in the project repo: https://github.com/pytorch/serve/blob/master/README.md


Source code
-----------

You can check the latest source code as follows:

::

    git clone https://github.com/pytorch/serve.git

Citation
--------

If you use torchserve in a publication or project, please cite torchserve:
https://github.com/pytorch/serve


