Metadata-Version: 2.1
Name: max-training-framework
Version: 0.1.3
Summary: Training framework for the Model Asset Exchange
Home-page: https://github.com/IBM/Max-Training-Framework
Author: CODAIT
Author-email: ptitzler@us.ibm.com
License: Apache-2.0
Description: [![Build Status](https://travis-ci.com/IBM/MAX-Training-Framework.svg?branch=master)](https://travis-ci.com/IBM/Max-Training-Framework) [![PyPI release](https://img.shields.io/pypi/v/max-training-framework.svg)](https://pypi.org/project/max-training-framework/) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/max-training-framework)
        
        ## Installation
        
        
        You can install this package from [PyPI](#installing-from-pyPI) or [source code](#installing-from-source-code).
        
        ### Installing from PyPI
        
        To install the package from [PyPI](https://pypi.org/project/max-training-framework/0.1.0/), run
        
        ```
        $ pip install max-training-framework --upgrade
        ```
        
        ### Installing from source code
        
        To install the package from source code, run
        
        ```
        $ git clone https://github.com/IBM/MAX-Training-Framework
        $ cd MAX-Training-Framework
        $ pip install .
        ```
        
        ## License
        
        [Apache-2.0](LICENSE)
        
Keywords: deep learning
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
