Skip to content

Commit 4f0090d

Browse files
Google ML KitDong Chen
Google ML Kit
authored and
Dong Chen
committed
Project import generated by Copybara.
PiperOrigin-RevId: 346441329 Change-Id: Id631098116a8300c1db385f2f5dfc0b7e58a90f3
1 parent e6ffb36 commit 4f0090d

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

ios/quickstarts/automl/README.md

+13-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
# ML Kit AutoML Remote Model Quickstart Sample App
22

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-
73
* [Read more about training an image classification model using AutoML Vision Edge model](https://firebase.google.com/docs/ml/automl-image-labeling)
84
* [Read more about hosting models with Firebase Model deployment](https://firebase.google.com/docs/ml/manage-hosted-models)
95

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+
1012
## Feature List
1113
Features that are included in this demo app:
14+
1215
* [AutoML Image labeling](https://developers.google.com/ml-kit/vision/image-labeling/automl/ios) - Label images using an AutoML VisionEdge trained model
1316

1417
<img src="../../screenshots/auto_ml_1.jpeg" width="256"/> <img src="../../screenshots/auto_ml_2.jpeg" width="256"/>
@@ -17,18 +20,20 @@ Features that are included in this demo app:
1720

1821
- [Add Firebase to your iOS Project](https://firebase.google.com/docs/ios/setup).
1922
- Run the sample on your iOS device or simulator.
20-
- Choose Photo Library, Photo Camera, or Video Camera to see a demo of labeling images using
21-
a model trained by AutoML
23+
- Choose Photo Library, Photo Camera, or Video Camera to see a demo of labeling
24+
images using a model trained by AutoML
2225

2326
## How to use the app
2427

2528
This app supports two usage scenarios: Live Camera mode and Static Image mode.
2629

2730
### Live Camera Scenario
28-
This mode uses the camera preview as input and allows you to label images using a remotely downloaded AutoML Vision Edge model.
31+
This mode uses the camera preview as input and allows you to label images using
32+
a remotely downloaded AutoML Vision Edge model.
2933

3034
### Static Image Scenario
31-
The static image scenario is identical to the live camera scenario, but instead relies on images fed into the app through the camera roll.
35+
The static image scenario is identical to the live camera scenario, but instead
36+
relies on images fed into the app through the camera roll.
3237

3338

3439
## Support

0 commit comments

Comments
 (0)