Add "What Is Core AI?" intro section and ecosystem diagram - #47
Closed
lizzyjunedavis wants to merge 5 commits into
Closed
Add "What Is Core AI?" intro section and ecosystem diagram#47lizzyjunedavis wants to merge 5 commits into
lizzyjunedavis wants to merge 5 commits into
Conversation
added 4 commits
July 16, 2026 12:28
TobyRoseman
requested changes
Jul 23, 2026
|
|
||
| ## What Is Core AI? | ||
|
|
||
| Core AI is a set of technologies for deploying machine learning models on Apple hardware, covering the full model deployment lifecycle: from model optimization and conversion, to debugging, to integration into your app. Models run entirely on device on Apple Silicon, with no server required. |
Contributor
There was a problem hiding this comment.
I think changing the ordering of things after the colon in the first sentence would make more sense. I think the following is the nature order:
: from model conversion, debugging, optimization, and integration into your app.
|
|
||
| The Core AI ecosystem consists of the following components: | ||
|
|
||
| - Convert PyTorch models to the Core AI model format (`.aimodel`) using [Core AI PyTorch Extensions](https://github.com/apple/coreai-torch) |
Contributor
There was a problem hiding this comment.
It's a Python package. So I would say "Package" rather than "Extensions".
| - Compress models with quantization, palettization, and pruning using [Core AI Optimization](https://github.com/apple/coreai-optimization) | ||
| - Load and run models in your app with the [Core AI Framework](https://developer.apple.com/documentation/coreai) | ||
| - Inspect, debug, and profile models using [Core AI Debugger](https://developer.apple.com/documentation/coreai/inspecting-debugging-and-profiling-core-ai-models) | ||
| - Get popular open-source non-LLM and LLM models, with conversion, re-authoring, and optimization scripts, along with Swift app integration code using [Core AI Models](https://github.com/apple/coreai-models) |
Contributor
There was a problem hiding this comment.
I don't think "with conversion" makes senes. Maybe just say "covered models".
…icon, second person
lizzyjunedavis
force-pushed
the
u/elizabethdavis/what-is-coreai-intro
branch
from
July 27, 2026 16:53
ef0df35 to
622b9b3
Compare
Author
|
@TobyRoseman - I am merging this PR with the others, I revised based on your comments and the new PR will reflect those changes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.