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.
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
- tf-coreml GitHub repository
- Core ML framework documentation
- coremltools documentation
- Machine Learning at Apple
- TensorFlow
[Apache License 2.0](LICENSE)