Core AI (coreai-core)¶
coreai-core is the Python package for building and running AI Models on Apple hardware. Use it to:
Author an AI Model from Python (
coreai.authoring)Run an existing
.aimodelfile (coreai.runtime)
Get started¶
Install:
pip install coreai-core
Then work through the two tutorials in order:
Tutorial |
What you’ll learn |
|---|---|
Build an AI Model in Python and save it as a |
|
Load an |
API reference¶
Module |
Use it for |
|---|---|
Loading and executing |
|
Building AI Models programmatically. |