#47 · Primary category: MLOps & Evaluation
flyte
Dynamic, resilient AI orchestration. Coordinate data, models, and compute as you build AI workflows.
Project last updated:08/29/26
GitHub Stars
7.3K
Forks
879
Contributors
340
License
Apache-2.0
Why we included this project
Flyte is for teams that need to run multi-step ML pipelines in production rather than just prototypes; it treats workflow execution as a durable runtime, not a thin wrapper around scripts. You write plain Python tasks with @env.task, chain them, and the system handles scheduling, retries, and parallel fan-out across machines, including async workflows that run many steps concurrently. It also covers model serving, so the same code path that builds a pipeline can expose a FastAPI endpoint for predictions. As a graduated LF AI & Data project that is Kubernetes-native, it's built for scale where jobs are monitored, recovered after failures, and shared across a team, which is often the gap between a working notebook and a reliable service. Whether you're a solo researcher or a platform team, what matters is how much operational maturity you need before committing.
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