File size: 3,212 Bytes
d7e0d35
 
 
 
 
 
 
 
 
5bb6864
cb420aa
5bb6864
 
7884a68
 
5bb6864
4b200dc
7884a68
 
53ebbb5
4b200dc
53ebbb5
4b200dc
7884a68
 
53ebbb5
4b200dc
53ebbb5
4b200dc
7884a68
 
53ebbb5
 
7884a68
c6704b5
cb420aa
5bb6864
33ccf9b
 
 
5c99ecf
271e5c6
6b8c357
2de21c3
5c99ecf
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
50
51
52
---
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

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

<img src="https://huggingface.co/datasets/coreml-projects/documentation-assets/resolve/main/FastViT_2x.png?download=true" width="50%">

### Image Segmentation

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

<img src="https://huggingface.co/datasets/coreml-projects/documentation-assets/resolve/main/DETRSegmentation_2x.png?download=true" width="50%">

### Depth Estimation

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

<img src="https://huggingface.co/datasets/coreml-projects/documentation-assets/resolve/main/DepthAnything_2x.png?download=true" width="50%">

### 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

Open research to enable the community to deliver amazing experiences that improve the lives of millions of people every day.

- 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)
- [DataCompDR](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)
 
## 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.