Spaces:
Running
Running
Update README.md
#4
by
reach-vb
HF staff
- opened
README.md
CHANGED
@@ -7,16 +7,18 @@ sdk: static
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
|
11 |
|
12 |
-
##
|
|
|
|
|
13 |
- [FastViT](https://huggingface.co/collections/coreml-projects/coreml-fastvit-666b0053e54816747071d755)
|
14 |
-
|
15 |
- [DETR](https://huggingface.co/coreml-projects/coreml-detr-semantic-segmentation)
|
16 |
-
|
17 |
- [Depth Anything](https://huggingface.co/coreml-projects/coreml-depth-anything-small)
|
18 |
|
19 |
-
|
20 |
- OpenELM [Base](https://huggingface.co/collections/apple/openelm-pretrained-models-6619ac6ca12a10bd0d0df89e) | [Instruct](https://huggingface.co/collections/apple/openelm-instruct-models-6619ad295d7ae9f868b759ca)
|
21 |
- [MobileCLIP]()
|
22 |
- [TiC-Clip](https://huggingface.co/collections/apple/tic-clip-666097407ed2edff959276e0)
|
@@ -24,4 +26,5 @@ pinned: false
|
|
24 |
- [DatacompDR](https://huggingface.co/collections/apple/mobileclip-models-datacompdr-data-665789776e1aa2b59f35f7c8)
|
25 |
|
26 |
## Other resources
|
27 |
-
[CoreML Examples](https://github.com/huggingface/coreml-examples)
|
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
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)
|
23 |
- [MobileCLIP]()
|
24 |
- [TiC-Clip](https://huggingface.co/collections/apple/tic-clip-666097407ed2edff959276e0)
|
|
|
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) - Run CoreML models like FastViT, DETR and DepthAnything with two lines of code!
|
30 |
+
[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.
|