Skip to content

Fixed broken link from Image_classification #417

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lite/examples/image_classification/ios/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Overview

This is an example application for [TensorFlow Lite](https://tensorflow.org/lite)
on iOS. It uses [Image classification](https://www.tensorflow.org/lite/models/image_classification/overview)
on iOS. It uses [Image classification](https://www.tensorflow.org/lite/examples/image_classification/overview)
to continuously classify whatever it sees from the device's back camera, using
a quantized MobileNet model. The application must be run on device.

Expand All @@ -14,7 +14,7 @@ running the demo on an iOS device.

### Model

For details of the model used, visit [Image classification](https://www.tensorflow.org/lite/models/image_classification/overview).
For details of the model used, visit [Image classification](https://www.tensorflow.org/lite/examples/image_classification/overview).

The model will be downloaded as part of the build process.

Expand Down