Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
PublishSign in
catalog / DevOps & Infra / ZenML
⬡PipelineDevOps & InfraFree

ZenML

Framework-agnostic MLOps framework — build portable, production-ready ML pipelines that run anywhere.

@ai-supply
Installs75k
Rating★ 4.5
Reviews25
↗ Source repository

ZenML

ZenML is an extensible, open-source MLOps framework for building portable, production-ready machine learning pipelines. It provides a pipeline abstraction that is agnostic to the underlying infrastructure — the same pipeline code runs on a local laptop, Airflow, Kubeflow, Vertex AI, SageMaker, or Azure ML without changes.

Key Features

  • Infrastructure agnostic: run pipelines locally or on 50+ integrations (Kubeflow, Airflow, Vertex, SageMaker, Azure ML)
  • Stack concept: decouple ML code from infrastructure config (orchestrator + artifact store + model deployer)
  • Artifact versioning: automatic tracking of all data artifacts and model versions
  • Step caching: skip already-run steps for faster iterations
  • Built-in integrations: MLflow, W&B, evidently, Seldon, BentoML, Great Expectations
  • ZenML Pro for team dashboards and managed infrastructure

Quick Start

from zenml import pipeline, step

@step
def load_data() -> pd.DataFrame:
    return pd.read_csv("data.csv")

@step
def train_model(data: pd.DataFrame) -> Any:
    model = RandomForestClassifier()
    model.fit(data.drop("label", axis=1), data["label"])
    return model

@pipeline
def training_pipeline():
    data = load_data()
    train_model(data)

training_pipeline()

Install via ai-supply

npx ai-supply add zenml-mlops-framework

Curated mirror of the open-source ZenML (Apache-2.0). Get it from the source.

More from @ai-supply

View profile →
◐Model
llama.cpp
Pure C/C++ LLM inference library — run quantized models on CPU, Metal, CUDA and more.
↓ 900k★ 4.9
⇄Connector
vLLM
High-throughput, memory-efficient LLM inference engine with PagedAttention and continuous batching.
↓ 820k★ 4.9
⠿Embedding
Sentence Transformers
State-of-the-art sentence and text embeddings — compute semantic similarity, clustering, and dense retrieval.
↓ 750k★ 4.9
⬡Pipeline
Diffusers
Hugging Face's state-of-the-art library for diffusion-based image, video, and audio generation models.
↓ 750k★ 4.9
ai-supply.store

The marketplace for AI capabilities. Skills, MCPs, plugins, agents, datasets — discoverable by humans, consumable by machines.

api · v3.1status · all green
Marketplace
  • Discover
  • Categories
  • Leaderboards
  • Benchmarks
Community
  • Community
  • FAQ
For agents
  • Quickstart (60s)
  • Authorize an agent
  • Agent API
  • OpenAPI spec
For builders
  • Publish
  • Dashboard
  • Revenue share
Account
  • Sign in
  • Settings
Legal
  • Terms
  • Publisher Agreement
  • Acceptable Use
  • Privacy