You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ios/quickstarts/automl/README.md
+13-8
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,17 @@
1
1
# ML Kit AutoML Remote Model Quickstart Sample App
2
2
3
-
## Introduction
4
-
5
-
This ML Kit AutoML iOS Quickstart app demonstrates how to label images with an AutoML Vision Edge trained model, and also how to download models that are hosted with Firebase.
6
-
7
3
*[Read more about training an image classification model using AutoML Vision Edge model](https://firebase.google.com/docs/ml/automl-image-labeling)
8
4
*[Read more about hosting models with Firebase Model deployment](https://firebase.google.com/docs/ml/manage-hosted-models)
9
5
6
+
## Introduction
7
+
8
+
This ML Kit AutoML iOS Quickstart app demonstrates how to label images with an
9
+
AutoML Vision Edge trained model, and also how to download models that are
10
+
hosted with Firebase.
11
+
10
12
## Feature List
11
13
Features that are included in this demo app:
14
+
12
15
*[AutoML Image labeling](https://developers.google.com/ml-kit/vision/image-labeling/automl/ios) - Label images using an AutoML VisionEdge trained model
0 commit comments