Metadata-Version: 1.1
Name: tfcoreml
Version: 0.2.0
Summary: Tensorflow to Core ML converter
Home-page: UNKNOWN
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 CoreML .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 TF CoreML
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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
