tensorflow

Installation
SKILL.md

TensorFlow

TensorFlow is Google's mature ML framework. In 2025, it is largely in maintenance mode compared to JAX/PyTorch, but remains specific for TFLite and legacy production.

When to Use

  • Mobile (TFLite): Deploying to Android/iOS (though LiteRT is separating).
  • Legacy Enterprise: Many Fortune 500s still run TFv2 pipelines.
  • TFX: Complex MLOps pipelines.

Core Concepts

SavedModel

The universal serialization format.

TFLite

Optimized runtime for edge devices.

Installs
3
GitHub Stars
10
First Seen
Feb 10, 2026
tensorflow — g1joshi/agent-skills