TensorFlow
TensorFlow is an end-to-end open source machine learning platform developed by Google. It provides a comprehensive ecosystem of tools, libraries, and community resources for building and deploying ML-powered applications, including model training, serving, mobile/edge deployment, and a hub of pre-trained models. TensorFlow Serving exposes REST and gRPC APIs for production model inference.
APIs
TensorFlow Serving REST API
A flexible, high-performance serving system for machine learning models designed for production environments. Provides REST endpoints for model status, metadata, classification,...
TensorFlow Core API
The foundational Python and C++ API for building and training machine learning models using TensorFlow.
TensorFlow.js API
A JavaScript library for training and deploying ML models in the browser and on Node.js.
TensorFlow Lite API
Lightweight solution for ML inference on mobile and embedded devices, optimized for on-device model execution.
TensorFlow Hub API
A library and repository of reusable pre-trained machine learning modules, enabling transfer learning across text, image, video, and audio domains.
TensorBoard API
TensorFlow's visualization toolkit for experiment tracking, model debugging, and performance profiling via an embedded web server with REST endpoints.
Capabilities
TensorFlow Model Inference
Workflow capability for running ML model inference using TensorFlow Serving. Combines model management and inference operations to support MLOps workflows including model health...
Run with Naftiko