Metadata-Version: 1.1
Name: tfcoreml
Version: 1.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 graphs to the Core ML .mlmodel format.
        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 -U tfcoreml
        
        The GitHub `page <https://github.com/tf-coreml/tf-coreml>`_ contains
        more details on how to use the converter.
        
        Dependencies
        ------------
        
        :code:`tfcoreml` has the following dependencies:
        
        - tensorflow (1.1.0+)
        - coremltools (0.6+)
        - numpy (1.6.2+)
        - protobuf (3.1.0+)
        - six (1.10.0)
        
        More Information
        ----------------
        
        - `tf-coreml GitHub repository <https://github.com/tf-coreml/tf-coreml>`_
        - `Core ML framework documentation <http://developer.apple.com/documentation/coreml>`_
        - `Core ML model specification <https://apple.github.io/coremltools/coremlspecification>`_
        - `Machine Learning at Apple <https://developer.apple.com/machine-learning>`_
        - `TensorFlow <https://www.tensorflow.org>`_
        
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
