Metadata-Version: 1.1
Name: tfcoreml
Version: 2.0
Summary: TensorFlow to Core ML converter
Home-page: https://github.com/tf-coreml/tf-coreml
Author: tfcoreml
Author-email: tf-coreml@apple.com
License: Apache 2.0
Description: .. -*- mode: rst -*-
        
        tfcoreml
        ========
        
        :code:`tfcoreml` is a python package for converting TensorFlow 1 graphs to the Core ML .mlmodel format when deployment target is either iOS12 or earlier.
        Source code is available on Github: `tf-coreml <https://github.com/tf-coreml/tf-coreml>`_.
        
        Installation
        ------------
        
        The method for installing :code:`tfcoreml` follows the
        `standard python package installation steps <https://packaging.python.org/installing/>`_.
        Once you have set up a python environment, run::
        
            pip install tfcoreml --upgrade
        
        More Information
        ----------------
        
        - `tf-coreml GitHub repository <https://github.com/tf-coreml/tf-coreml>`_
        - `Core ML framework documentation <http://developer.apple.com/documentation/coreml>`_
        - `coremltools documentation <https://coremltools.readme.io/docs>`_
        - `Machine Learning at Apple <https://developer.apple.com/machine-learning>`_
        - `TensorFlow <https://www.tensorflow.org>`_
        
        License
        -------
        [Apache License 2.0](LICENSE)
        
Keywords: Converter TensorFlow Core ML
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
