Skip to content

Commit

Permalink
chore: Update README: image labeling and object detection
Browse files Browse the repository at this point in the history
  • Loading branch information
fbernaly committed Jul 14, 2023
1 parent c91cd0c commit c1f0fc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/google_mlkit_image_labeling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ final imageLabeler = ImageLabeler(options: options);

### Local custom model

Before using a [custom model](https://developers.google.com/ml-kit/custom-models) make sure you read and understand the ML Kit's compatibility requirements for TensorFlow Lite models [here](https://developers.google.com/ml-kit/custom-models#model-compatibility). To learn how to create a custom model that is compatible with ML Kit go [here](https://github.com/flutter-ml/mlkit-custom-model).

To use a local custom model add the [tflite model](https://www.tensorflow.org/lite) to your `pubspec.yaml`:

```yaml
Expand Down
2 changes: 2 additions & 0 deletions packages/google_mlkit_object_detection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ final objectDetector = ObjectDetector(options: options);

### Local custom model

Before using a [custom model](https://developers.google.com/ml-kit/custom-models) make sure you read and understand the ML Kit's compatibility requirements for TensorFlow Lite models [here](https://developers.google.com/ml-kit/custom-models#model-compatibility). To learn how to create a custom model that is compatible with ML Kit go [here](https://github.com/flutter-ml/mlkit-custom-model).

To use a local custom model add the [tflite model](https://www.tensorflow.org/lite) to your `pubspec.yaml`:

```yaml
Expand Down

0 comments on commit c1f0fc0

Please sign in to comment.