Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

Build Status PyPI Release Python Versions

Core ML Tools

Core ML Tools logo

Use Core ML Tools (coremltools) to convert machine learning models from third-party libraries to the Core ML format. This Python package contains the supporting tools for converting models from training libraries such as the following:

With coremltools, you can:

  • 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.

After conversion, you can integrate the Core ML models with your app using Xcode.

Install Version 8.3

To install the latest non-beta version, run the following command in your terminal:

pip install -U coremltools

Install 9.0 Beta 1

The Coremltools version 9 beta 1 is now out. To install, run the following command in your terminal:

pip install coremltools==9.0b1

Core ML

Core ML is an Apple framework to integrate machine learning models into your app. Core ML provides a unified representation for all models. Your app uses Core ML APIs and user data to make predictions, and to fine-tune models, all on the user’s device. Core ML optimizes on-device performance by leveraging the CPU, GPU, and Neural Engine while minimizing its memory footprint and power consumption. Running a model strictly on the user’s device removes any need for a network connection, which helps keep the user’s data private and your app responsive.

Resources

To install coremltools, see Installing Core ML Tools. For more information, see the following:

关于 About

Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.
coremlcoremltoolsmachine-learningmodel-conversionmodel-converterpytorchtensorflow

语言 Languages

Python83.4%
C++13.7%
Swift1.0%
C0.7%
Objective-C++0.6%
CMake0.2%
Shell0.2%
Objective-C0.1%
Makefile0.0%
Mustache0.0%
Batchfile0.0%
CSS0.0%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
59
Total Commits
峰值: 5次/周
Less
More

核心贡献者 Contributors