From dce90b952d335b025c1a169ae850def44effe59f Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Tue, 11 Jan 2022 12:30:14 +0900 Subject: [PATCH] =?UTF-8?q?Typo=20"Tensorflow"=E2=86=92"TensorFlow"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/Azure-Samples/azure-iot-starter-kits/blob/master/seeed/2-image-classifier/modules/image-classifier-python/README.md #PingMSFTDocs --- .../modules/image-classifier-python/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/seeed/2-image-classifier/modules/image-classifier-python/README.md b/seeed/2-image-classifier/modules/image-classifier-python/README.md index b49e247..2c2737a 100644 --- a/seeed/2-image-classifier/modules/image-classifier-python/README.md +++ b/seeed/2-image-classifier/modules/image-classifier-python/README.md @@ -1,5 +1,5 @@ -# Tensorflow image classifier -[Tensorflow image classifier](https://www.tensorflow.org/tutorials/image_recognition) that recognizes 1000 classes of objects from the [ImageNet](http://image-net.org/) data source. The model uses [MobileNet v2](https://github.com/tensorflow/models/tree/master/research/slim/nets/mobilenet), which is optimized for mobile/constrained/low-power scenarios and is around 14 MB in size. +# TensorFlow image classifier +[TensorFlow image classifier](https://www.tensorflow.org/tutorials/image_recognition) that recognizes 1000 classes of objects from the [ImageNet](http://image-net.org/) data source. The model uses [MobileNet v2](https://github.com/tensorflow/models/tree/master/research/slim/nets/mobilenet), which is optimized for mobile/constrained/low-power scenarios and is around 14 MB in size. Build the container for MobileNet v2 1.0 with 224x224 images: @@ -20,8 +20,8 @@ Classify a .jpg image: %> curl -X POST http://localhost:8080/classify -F 'image=@banana.jpg' ``` -# Tensorflow nightly builds for Raspberry Pi: -Tensorflow publishes nightly builds for Raspberry Pi (python/python3 and pi/pi zero): +# TensorFlow nightly builds for Raspberry Pi: +TensorFlow publishes nightly builds for Raspberry Pi (python/python3 and pi/pi zero): ``` http://ci.tensorflow.org/view/Nightly/job/nightly-pi/176/artifact/output-artifacts/tensorflow-1.5.0-cp27-none-any.whl