Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 950 Bytes

README.rst

File metadata and controls

29 lines (21 loc) · 950 Bytes

tfcoreml

tfcoreml is a python package for converting TensorFlow graphs to the Core ML .mlmodel format. Source code is available on Github: tf-coreml.

Installation

The method for installing tfcoreml follows the standard python package installation steps. Once you have set up a python environment, run:

pip install tfcoreml --upgrade

More Information

License

[Apache License 2.0](LICENSE)