From 4025eeb7d2f57723a97e8e2925143a0c88255d9a Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Wed, 8 May 2024 21:15:11 +0200 Subject: [PATCH] Add next steps to tflite (#2898) --- docs/ml/deploy/tflite_cpu.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs/ml/deploy/tflite_cpu.md b/docs/ml/deploy/tflite_cpu.md index 82553e6403..8ff23ca63b 100644 --- a/docs/ml/deploy/tflite_cpu.md +++ b/docs/ml/deploy/tflite_cpu.md @@ -153,3 +153,28 @@ In the absence of metadata, your `tflite_cpu` model must satisfy the following r These requirements are satisfied by a few publicly available model architectures including EfficientDet, MobileNet, and SSD MobileNet V1. You can use one of these architectures or build your own. + +## Next steps + +To make use of your model with your machine, add a [vision service](/ml/vision/) or a {{< glossary_tooltip term_id="modular-resource" text="modular resource" >}}: + +{{< cards >}} + +{{% manualcard link="/ml/vision/mlmodel/"%}} + +

Create a detector with your model

+ +Configure an `mlmodel detector`. + +{{% /manualcard %}} +{{% manualcard link="/ml/vision/mlmodel/"%}} + +

Create a classifier with your model

+ +Configure your `mlmodel classifier`. + +{{% /manualcard %}} + +{{% card link="/registry/examples/tflite-module/" customTitle="Example: TensorFlow Lite Modular Service" %}} + +{{< /cards >}}