File size: 3,106 Bytes
d7e0d35
 
 
 
 
 
 
 
 
5bb6864
cb420aa
5bb6864
 
7884a68
 
5bb6864
eaf91c3
 
 
7884a68
 
5bb6864
eaf91c3
 
 
7884a68
 
5bb6864
eaf91c3
 
 
7884a68
 
 
c6704b5
cb420aa
5bb6864
5c99ecf
271e5c6
2de21c3
5c99ecf
2de21c3
cb420aa
 
7884a68
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
title: README
emoji: πŸ“‰
colorFrom: gray
colorTo: purple
sdk: static
pinned: false
---

Welcome to the official Hugging Face organisation for Apple!

## Apple Core ML

Build intelligence into your apps using machine learning models from the research community designed for Core ML. 

### Image Classification

![Image Classification Example](https://huggingface.co/datasets/coreml-projects/documentation-assets/resolve/main/FastViT_2x.png?download=true)

- [FastViT](https://huggingface.co/collections/coreml-projects/coreml-fastvit-666b0053e54816747071d755), a small and very fast model family for image classification. 

### Image Segmentation

![Image Segmentation Example](https://huggingface.co/datasets/coreml-projects/documentation-assets/resolve/main/DETRSegmentation_2x.png?download=true)

- [DETR](https://huggingface.co/coreml-projects/coreml-detr-semantic-segmentation). DEtection TRansformer (DETR) allows semantic segmentation on iOS devices, where each pixel in an image is classified according to the most probable category it belongs to.

### Depth Estimation

![Depth Estimation Example](https://huggingface.co/datasets/coreml-projects/documentation-assets/resolve/main/DepthAnything_2x.png?download=true)

- [Depth Anything](https://huggingface.co/coreml-projects/coreml-depth-anything-small) is a state of the art model for monocular depth estimation.

### Text-to-Image Generation
- [Stable Diffusion](https://huggingface.co/collections/apple/core-ml-stable-diffusion-666b3b0f4b5f3d33c67c6bbe) – Core ML versions of Stable Diffusion models for image generation on Apple Silicon.

## Apple Machine Learning Research
- OpenELM [Base](https://huggingface.co/collections/apple/openelm-pretrained-models-6619ac6ca12a10bd0d0df89e) | [Instruct](https://huggingface.co/collections/apple/openelm-instruct-models-6619ad295d7ae9f868b759ca)
- [MobileCLIP](https://huggingface.co/collections/apple/mobileclip-models-datacompdr-data-665789776e1aa2b59f35f7c8)
- [TiC-CLIP](https://huggingface.co/collections/apple/tic-clip-666097407ed2edff959276e0)
- [FLAIR](https://huggingface.co/datasets/apple/flair)
- [DataCompDR](https://huggingface.co/collections/apple/mobileclip-models-datacompdr-data-665789776e1aa2b59f35f7c8)
 
## Other resources
- [Hugging Face CoreML Examples](https://github.com/huggingface/coreml-examples) – Run CoreML models like FastViT, DETR and DepthAnything with two lines of code!
- [Apple Model Gallery](https://developer.apple.com/machine-learning/models/) – Build intelligence into your apps using machine learning models from the research community designed for Core ML.
- [apple/ml-stable-diffusion](https://github.com/apple/ml-stable-diffusion) – Library to run Stable Diffusion on Apple Silicon with Core ML.
- [huggingface/swift-coreml-diffusers](https://github.com/huggingface/swift-coreml-diffusers) – Demo app that shows how to integrate `ml-stable-diffusion` in a native Swift application.
- [huggingface/swift-transformers](https://github.com/huggingface/swift-transformers) – Swift package to run transformers models on Apple Silicon with Core ML.