Task images

#9
by pcuenq HF staff - opened
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -14,12 +14,21 @@ Welcome to the official Hugging Face organisation for Apple!
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
 
14
  Build intelligence into your apps using machine learning models from the research community designed for Core ML.
15
 
16
  ### Image Classification
17
+
18
+ ![Image Classification Example](https://huggingface.co/datasets/coreml-projects/documentation-assets/resolve/main/FastViT_2x.png?download=true)
19
+
20
  - [FastViT](https://huggingface.co/collections/coreml-projects/coreml-fastvit-666b0053e54816747071d755), a small and very fast model family for image classification.
21
 
22
  ### Image Segmentation
23
+
24
+ ![Image Segmentation Example](https://huggingface.co/datasets/coreml-projects/documentation-assets/resolve/main/DETRSegmentation_2x.png?download=true)
25
+
26
  - [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.
27
 
28
  ### Depth Estimation
29
+
30
+ ![Depth Estimation Example](https://huggingface.co/datasets/coreml-projects/documentation-assets/resolve/main/DepthAnything_2x.png?download=true)
31
+
32
  - [Depth Anything](https://huggingface.co/coreml-projects/coreml-depth-anything-small) is a state of the art model for monocular depth estimation.
33
 
34
  ### Text-to-Image Generation