tensorflow/serving
A flexible, high-performance serving system for machine learning models observed · 2026-08-28
Health v2 · maintenance only
86/100
- Activity 99
- Release rhythm 62
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 106
- age_days: 3872
- days_rel: 92
- days_push: 7
- n_releases_24m: 6
Adoption not part of the score
6360 stars · 2206 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
TensorFlow Serving is a flexible, high-performance serving system for machine learning models designed for production environments. It manages model lifetimes after training, exposing gRPC and REST inference endpoints with versioned access, batching, and canary/A/B deployment support.
Use cases
- serve tensorflow models in production
- deploy trained ml models behind a rest or grpc api
- run model inference with gpu batching
- roll out new model versions without changing client code
- a/b test or canary experimental models
- serve multiple model versions simultaneously
- host saved_model exports in docker
When to choose
- you need production-grade, low-latency serving of TensorFlow SavedModel files
- you want versioned model deployment, canarying, and A/B testing out of the box
- you need both gRPC and REST inference endpoints with request batching on GPU
- you want a battle-tested, Docker-deployable inference server maintained by Google
When to avoid
- your models are PyTorch, ONNX, or other non-TensorFlow formats - consider TorchServe, Triton, or ONNX Runtime instead
- you need lightweight edge or mobile inference - use TensorFlow Lite instead
- you only need simple experimental inference in a notebook - loading the model directly in Python is simpler
- you need LLM-specific features like token streaming or KV-cache management - dedicated LLM servers fit better
Facets
service · maturity stable
llm-inference machine-learning rpc http-server gpu-computing machine-learning deep-learning large-language-models apis self-hosted cpp python model-serving inference-server tensorflow grpc rest-api model-versioning production-ml batching devops docker linux gpu
9 sources
- readme: https://github.com/tensorflow/serving · fetched 2026-08-28 · 045585282949
- homepage: https://www.tensorflow.org/serving · fetched 2026-08-29 · badf76ae3775
- site_page: https://www.tensorflow.org/install · fetched 2026-08-29 · 584a762da891
- site_page: https://www.tensorflow.org/tfx/api_docs · fetched 2026-08-29 · 6977825696fe
- site_page: https://www.tensorflow.org/about · fetched 2026-08-29 · 817250744d91
- site_page: https://www.tensorflow.org/about/case-studies · fetched 2026-08-29 · e6701029eec0
- site_page: https://www.tensorflow.org/tfx/data_validation/install · fetched 2026-08-29 · 44786da3992b
- site_page: https://www.tensorflow.org/tfx/transform/install · fetched 2026-08-29 · 95876a677235
- site_page: https://www.tensorflow.org/community/contribute · fetched 2026-08-29 · 77d394fa76e7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tensorflow/serving | main | 86 |
For agents
markdown · JSON · MCP: product_card(name="tensorflow/serving")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem