Overview of coremltools capabilities
maincoremltools is a Python package used to convert machine learning models from third-party libraries into the Core ML format.
Supported Frameworks:
- TensorFlow 1.x
- TensorFlow 2.x
- PyTorch
- scikit-learn
- XGBoost
- LibSVM
Key Functionalities:
- Convert trained models to the Core ML format.
- Read, write, and optimize Core ML models.
- Verify conversion/creation (on macOS) by making predictions using Core ML.