Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 979 Bytes

README.rst

File metadata and controls

29 lines (21 loc) · 979 Bytes

tfcoreml

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.

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)