Metadata-Version: 2.1
Name: sagemaker_mxnet_inference
Version: 1.5.3
Summary: Open source library for creating MXNet containers for serving on SageMaker.
Home-page: https://github.com/aws/sagemaker-mxnet-inference-toolkit
Author: Amazon Web Services
License: Apache License 2.0
Description: =================================
        SageMaker MXNet Inference Toolkit
        =================================
        
        SageMaker MXNet Inference Toolkit is an open-source library for serving MXNet models on Amazon SageMaker.
        This library provides default pre-processing, predict and postprocessing for certain MXNet model types and
        utilizes the `SageMaker Inference Toolkit <https://github.com/aws/sagemaker-inference-toolkit>`__
        for starting up the model server, which is responsible for handling inference requests.
        
        For training, see `SageMaker MXNet Training Toolkit <https://github.com/aws/sagemaker-mxnet-training-toolkit>`__.
        
        For the Dockerfiles used for building SageMaker MXNet Containers, see `AWS Deep Learning Containers <https://github.com/aws/deep-learning-containers>`__.
        
        For information on using MXNet on Amazon SageMaker, please refer to the `SageMaker Python SDK documentation <https://github.com/aws/sagemaker-python-sdk>`__.
        
        Contributing
        ------------
        
        Please read `CONTRIBUTING.md <https://github.com/aws/sagemaker-mxnet-inference-toolkit/blob/master/CONTRIBUTING.md>`__
        for details on our code of conduct, and the process for submitting pull requests to us.
        
        License
        -------
        
        SageMaker MXNet Containers is licensed under the Apache 2.0 License.
        It is copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
        The license is available at: http://aws.amazon.com/apache2.0/
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Provides-Extra: test
