TensorFlow Lite 是 TensorFlow 的轻量级解决方案,旨在为移动和嵌入式设备提供高性能机器学习模型。以下是一些 TensorFlow Lite 在 Android 上的示例。

示例列表

  • 人脸检测 TensorFlow Lite 可以用于在 Android 设备上实现实时人脸检测。

    Face Detection
  • 物体识别 通过 TensorFlow Lite,你可以轻松实现物体识别功能。

  • 文本分类 使用 TensorFlow Lite,你可以将文本分类任务应用到 Android 应用中。

更多信息

想要了解更多关于 TensorFlow Lite 的信息,请访问我们的官方文档

下载示例

你可以在GitHub上找到 TensorFlow Lite 的 Android 示例代码。