tensorflow-lite

Installation
SKILL.md

When to Use

  • Implementing object detection (COCO-SSD)
  • Image classification (MobileNet)
  • Loading and running TensorFlow models
  • Processing camera frames for ML
  • Optimizing ML performance on mobile

Critical Patterns

Setup

# Install TensorFlow.js and React Native adapter
npm install @tensorflow/tfjs @tensorflow/tfjs-react-native
Installs
1
First Seen
Apr 9, 2026
tensorflow-lite — 333-333-333/iris