tfcoreml
is a python package for converting TensorFlow graphs to the Core ML .mlmodel format.
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
- Core ML model specification
- Machine Learning at Apple
- TensorFlow
[Apache License 2.0](LICENSE)