Spaces:
Running
Running
Additional details
#8
by
pcuenq
HF staff
- opened
README.md
CHANGED
@@ -11,12 +11,19 @@ Welcome to the official Hugging Face organisation for Apple!
|
|
11 |
|
12 |
## Apple Core ML
|
13 |
|
|
|
|
|
14 |
### Image Classification
|
15 |
-
- [FastViT](https://huggingface.co/collections/coreml-projects/coreml-fastvit-666b0053e54816747071d755)
|
|
|
16 |
### Image Segmentation
|
17 |
-
- [DETR](https://huggingface.co/coreml-projects/coreml-detr-semantic-segmentation)
|
|
|
18 |
### Depth Estimation
|
19 |
-
- [Depth Anything](https://huggingface.co/coreml-projects/coreml-depth-anything-small)
|
|
|
|
|
|
|
20 |
|
21 |
## Apple Machine Learning Research
|
22 |
- OpenELM [Base](https://huggingface.co/collections/apple/openelm-pretrained-models-6619ac6ca12a10bd0d0df89e) | [Instruct](https://huggingface.co/collections/apple/openelm-instruct-models-6619ad295d7ae9f868b759ca)
|
@@ -26,5 +33,8 @@ Welcome to the official Hugging Face organisation for Apple!
|
|
26 |
- [DataCompDR](https://huggingface.co/collections/apple/mobileclip-models-datacompdr-data-665789776e1aa2b59f35f7c8)
|
27 |
|
28 |
## Other resources
|
29 |
-
- [Hugging Face CoreML Examples](https://github.com/huggingface/coreml-examples)
|
30 |
-
- [Apple Model Gallery](https://developer.apple.com/machine-learning/models/)
|
|
|
|
|
|
|
|
11 |
|
12 |
## Apple Core ML
|
13 |
|
14 |
+
Build intelligence into your apps using machine learning models from the research community designed for Core ML.
|
15 |
+
|
16 |
### Image Classification
|
17 |
+
- [FastViT](https://huggingface.co/collections/coreml-projects/coreml-fastvit-666b0053e54816747071d755), a small and very fast model family for image classification.
|
18 |
+
|
19 |
### Image Segmentation
|
20 |
+
- [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.
|
21 |
+
|
22 |
### Depth Estimation
|
23 |
+
- [Depth Anything](https://huggingface.co/coreml-projects/coreml-depth-anything-small) is a state of the art model for monocular depth estimation.
|
24 |
+
|
25 |
+
### Text-to-Image Generation
|
26 |
+
- [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.
|
27 |
|
28 |
## Apple Machine Learning Research
|
29 |
- OpenELM [Base](https://huggingface.co/collections/apple/openelm-pretrained-models-6619ac6ca12a10bd0d0df89e) | [Instruct](https://huggingface.co/collections/apple/openelm-instruct-models-6619ad295d7ae9f868b759ca)
|
|
|
33 |
- [DataCompDR](https://huggingface.co/collections/apple/mobileclip-models-datacompdr-data-665789776e1aa2b59f35f7c8)
|
34 |
|
35 |
## Other resources
|
36 |
+
- [Hugging Face CoreML Examples](https://github.com/huggingface/coreml-examples) β Run CoreML models like FastViT, DETR and DepthAnything with two lines of code!
|
37 |
+
- [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.
|
38 |
+
- [apple/ml-stable-diffusion](https://github.com/apple/ml-stable-diffusion) β Library to run Stable Diffusion on Apple Silicon with Core ML.
|
39 |
+
- [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.
|
40 |
+
- [huggingface/swift-transformers](https://github.com/huggingface/swift-transformers) β Swift package to run transformers models on Apple Silicon with Core ML.
|