Skip to content

Commit

Permalink
Add next steps to tflite (#2898)
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored May 8, 2024
1 parent 63544f6 commit 4025eeb
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/ml/deploy/tflite_cpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/"%}}

<h4>Create a detector with your model</h4>

Configure an `mlmodel detector`.

{{% /manualcard %}}
{{% manualcard link="/ml/vision/mlmodel/"%}}

<h4>Create a classifier with your model</h4>

Configure your `mlmodel classifier`.

{{% /manualcard %}}

{{% card link="/registry/examples/tflite-module/" customTitle="Example: TensorFlow Lite Modular Service" %}}

{{< /cards >}}

0 comments on commit 4025eeb

Please sign in to comment.