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 >}}