#96 · Primary category: MLOps & Evaluation
tfx
TFX is an end-to-end platform for deploying production ML pipelines
Project last updated:08/17/26
GitHub Stars
2.2K
Forks
725
Contributors
199
License
Apache-2.0
Why we included this project
TFX is Google's production-scale machine learning platform built on TensorFlow. Instead of wiring up data validation, training, and serving by hand, you define a pipeline from components for ingestion, validation, transform, training, evaluation, and deployment, then orchestrate it with Airflow or Kubeflow Pipelines. Every component logs its inputs, outputs, and runtime configuration to an ML Metadata store, which gives you experiment tracking and the ability to warm-start or resume training from a previous run without rebuilding the pipeline. For ML engineers and platform teams already invested in TensorFlow, that is a proven scaffold worth choosing over a hand-rolled workflow. It also works as a useful reference for how a large-scale ML platform organizes its component APIs and orchestration integrations.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
unsloth
Local UI to run and train LLMs and diffusion models. Supports GGUF, MLX, Qwen3.8, Kimi K3, MiniMax-H3, Gemma 4, FLUX and more.
LlamaFactory
Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)
airflow
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
langfuse
🪢 Open source AI engineering platform: LLM evals, observability, metrics, prompt management, playground, datasets. Integrates with OpenTelemetry, LangChain, OpenAI SDK, LiteLLM, and more. 🍊YC W23
netron
Visualizer for neural network, deep learning and machine learning models