Skip to content

Machine Learning Ops (MLOps) and Data Science

Nubenetes V2 Elite Portal

You are browsing the AI-Curated V2 Elite Edition. Looking for the exhaustive list of references? Check out the V1 Historical Archive.

Architectural Context

Detailed reference for Machine Learning Ops (MLOps) and Data Science in the context of AI.

CICD

Containers

Cloud Platforms

AWS

SageMaker

Azure

Model Serving

  • (2022) bea.stollnitz.com: Creating batch endpoints in Azure ML [PYTHON CONTENT] ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ [COMMUNITY-TOOL] โ€” Demystifies Azure ML batch endpoint configurations, highlighting the differences between batch and low-latency real-time managed endpoints. Covers execution environments, partition configurations, storage connections, and scaling parameters needed to serve heavy computational batch datasets efficiently.
  • (2021) youtube: Deploy Convolutional Neural Network (CNN) on Azure with Python | Deep Learning Deployment | MLOPS [PYTHON CONTENT] ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ [COMMUNITY-TOOL] โ€” A practical video tutorial showing step-by-step preparation, containerization, and hosting of a Convolutional Neural Network (CNN) on Azure container endpoints. Demonstrates writing score scripts, declaring environment dependencies, and triggering predictions via REST APIs.

Flyte Managed

  • (2024) Union Cloud [NONE CONTENT] [ADVANCED LEVEL] ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ [ENTERPRISE-STABLE] โ€” A managed enterprise platform powered by Flyte, designed to orchestrate complex machine learning and data engineering workloads. It delivers serverless operational abstraction, dynamic scaling, robust isolation structures, and unified lineage tracing across multi-cloud environments.

Data Engineering

Streaming

Kafka

  • (2021) towardsdatascience.com: Schemafull streaming data processing in ML pipelines [PYTHON CONTENT] [ADVANCED LEVEL] ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ [COMMUNITY-TOOL] โ€” Technical analysis of schema-driven streaming pipelines using Apache Kafka and Apache Avro in Python. Demonstrates how strict schema enforcement prevents downstream ML model ingestion errors. Crucial for designing real-time feature stores and maintaining strong structural contracts across distributed data microservices.

Deployment

Kubernetes Orchestration

  • (2022) bodywork-ml/bodywork-core: Bodywork โญ 436 [PYTHON CONTENT] ๐ŸŒŸ๐ŸŒŸ [COMMUNITY-TOOL] โ€” Bodywork acts as a pipeline orchestrator and deployment tool focused on shipping machine learning systems directly into Kubernetes. While currently seeing low developer activity, it remains a valuable conceptual blueprint for running serverless, stateful, and batch-oriented ML pipelines.

Distributed Systems

Compute Engines

Ray

  • (2026) Ray [C++ CONTENT] [ADVANCED LEVEL] [DOCUMENTATION] ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ [DE FACTO STANDARD] โ€” Ray is the premier distributed execution framework for scaling compute-heavy AI and Python workloads. It provides low-overhead, dynamic actor execution models, powering distributed training (Ray Train), hyperparameter tuning (Ray Tune), and model serving (Ray Serve) at enterprise scale.

Experiment Tracking

Visualization

  • (2024) github.com/aimhubio/aim โญ 6154 [PYTHON CONTENT] ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ [ENTERPRISE-STABLE] โ€” Aim is an open-source, highly responsive experiment tracking and visualization dashboard for machine learning. It provides a robust query language and a user-friendly UI to compare thousands of metrics, hyperparameters, and logs across deep learning runs.

Generative AI

LLM Ops

AWS (1)

  • (2023) towardsdatascience.com: Deploying LLM Apps to AWS, the Open-Source Self-Service Way [PYTHON CONTENT] [ADVANCED LEVEL] ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ [ENTERPRISE-STABLE] โ€” Presents a self-service architectural framework for deploying LLM microservices to AWS with open-source infrastructure-as-code tools. Outlines the provisioning of specialized GPU-backed instances, serverless scaling mechanics, and custom embedding cache deployments to balance performance with operating costs.

System Design

  • (2023) huyenchip.com: Building LLM applications for production [NONE CONTENT] [ADVANCED LEVEL] ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ [DE FACTO STANDARD] โ€” A seminal, highly-cited framework for deploying Large Language Model applications in production environments. Addresses technical hurdles such as context window management, prompting reliability, latency optimization, cost-efficiency trade-offs, and structural output sanitization. Essential reading for modern generative AI architects.

Infrastructure

GPU Orchestration

Kubernetes Operators

  • (2024) catalog.ngc.nvidia.com: NVIDIA GPU Operator - Helm chart ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ [GO CONTENT] [ADVANCED LEVEL] ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ [DE FACTO STANDARD] โ€” The official NVIDIA GPU Operator Helm Chart coordinates all physical driver configurations, container engine runtimes, device plugins, and monitoring layers on Kubernetes. This is the industry-standard approach to automated provisioning of GPU compute capabilities across massive cloud and on-premise clusters.

Kubernetes

Architectural Patterns

  • (2021) towardsdatascience.com: A Kubernetes architecture for machine learning web-application deployments [YAML CONTENT] [ADVANCED LEVEL] ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ [COMMUNITY-TOOL] โ€” Outlines a highly resilient architectural blueprint for deploying machine learning models on Kubernetes. Discusses containerizing model APIs, managing resource limits, utilizing ingress controllers, and decoupling frontend services from computational inference backends. Offers concrete patterns for scaling web apps backed by heavy-weight deep learning payloads.

Artifact Registration

  • (2023) artifacthub.io: mlflow-server [YAML CONTENT] [ADVANCED LEVEL] ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ [COMMUNITY-TOOL] โ€” Official or community Helm Chart designed to bootstrap a highly available MLflow tracking and registry server inside a Kubernetes cluster. Streamlines configuring databases, AWS S3 / MinIO backend stores, and ingress mechanisms required for cloud-native model lifecycle management.

Component Engineering

  • (2021) itnext.io: Building ML Componentes on Kubernetes [GO CONTENT] [ADVANCED LEVEL] ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ [COMMUNITY-TOOL] โ€” A deep dive into structuring modular machine learning pipeline components inside a Kubernetes cluster. Focuses on orchestrating stateless compute workloads, defining clear volume interfaces, and managing persistent training artifacts. Highly relevant for architects planning custom infrastructure abstractions over vanilla K8s primitives.

Deployment Guides

  • (2023) dev.to/pavanbelagatti: Deploy Any AI/ML Application On Kubernetes: A Step-by-Step Guide! [YAML CONTENT] ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ [COMMUNITY-TOOL] โ€” Hands-on guide showing how to package, deploy, and scale diverse machine learning applications using Kubernetes manifests. Focuses on establishing proper ingress routing, service definitions, CPU/GPU resource constraints, and continuous monitoring sidecars within a native cluster environment.

Kubeflow

  • (2026) kubeflow [GO CONTENT] [ADVANCED LEVEL] [DOCUMENTATION] ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ [DE FACTO STANDARD] โ€” Kubeflow is the leading cloud-native open-source MLOps suite designed to construct, deploy, and run modular machine learning workflows on Kubernetes clusters. Provides a comprehensive platform for managing Jupyter notebooks, workflow pipelines, and highly optimized inference deployments.
  • (2021) infracloud.io: Machine Learning Orchestration on Kubernetes using Kubeflow [NONE CONTENT] ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ [COMMUNITY-TOOL] โ€” Explores the practical orchestration of complex ML workflows using Kubeflow pipelines on Kubernetes. Outlines the underlying architecture, components (e.g., pipelines, notebook servers, metadata), and strategic advantages over non-containerized distributed ML setups.

Learning Roadmap

Courses

Machine Learning

Computer Vision

Instance Segmentation

  • (2023) github.com/CASIA-IVA-Lab/FastSAM โญ 8364 [PYTHON CONTENT] [ADVANCED LEVEL] ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ [ENTERPRISE-STABLE] โ€” Fast SAM offers a highly optimized, CNN-based real-time alternative to Meta's Segment Anything Model. By sacrificing minimal accuracy, it reduces latency and computation footprints, which is critical for edge deployments and microservice image APIs.

Databases

In-database ML

  • (2024) postgresml/postgresml ๐ŸŒŸ โญ 6800 [RUST CONTENT] [ADVANCED LEVEL] ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ [ENTERPRISE-STABLE] โ€” An extension that integrates machine learning directly inside PostgreSQL, written in Rust. It enables developers to train and run real-time inference using classic models or LLMs natively through SQL, entirely bypassing external ETL and API pipeline latency.

Document Analysis

OCR

  • (2024) github.com/VikParuchuri/surya โญ 20801 [PYTHON CONTENT] [ADVANCED LEVEL] ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ [DE FACTO STANDARD] [LEGACY] โ€” Surya provides multi-lingual document OCR and accurate layout analysis powered by deep learning. It delivers high-fidelity reading and structuring of dense scientific papers, tables, and financial layouts, serving as a lighter, open substitute for legacy systems.

Information Retrieval

RAG Pipelines

Large Language Models

Fine-tuning

  • (2023) github.com/meta-llama/llama-recipes โญ 18353 [PYTHON CONTENT] [ADVANCED LEVEL] ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ [DE FACTO STANDARD] โ€” Meta's core repository for scaling LLM deployments. It offers highly robust templates for PEFT (Parameter-Efficient Fine-Tuning) such as LoRA, model quantization, and optimization strategies that enable low-latency inference setups inside microservices frameworks.

Machine Learning AI Infrastructure High-Throughput Recommendation Retrieval

  • (2026) SilverTorch: Index as Model โ€” A New Retrieval Paradigm for Recommendation Systems [EN CONTENT] [ADVANCED LEVEL] ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ [ENTERPRISE-STABLE] โ€” Meta's SilverTorch architecture redefines recommendation engines by consolidating vector retrieval, filtering, and scoring into a unified, GPU-optimized PyTorch model. Historically, recommendation pipelines relied on disparate microservices that suffered from communication latency and inconsistent feature evaluation. SilverTorch bypasses this by utilizing high-performance layers like GPU Bloom indexes and fused Int8 Approximate Nearest Neighbor (ANN) search inside the model graph, delivering a 23.7x throughput increase and a 20.9x TCO improvement at an 80-million-item scale.

Model Life Cycle

AWS (2)

Enterprise Patterns

Model Serving (1)

API Development

FastAPI

  • (2021) towardsdatascience.com: Deploying An ML Model With FastAPI โ€” A Succinct Guide [PYTHON CONTENT] ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ [ENTERPRISE-STABLE] โ€” A step-by-step technical implementation guide utilizing FastAPI for low-latency ML model serving. Highlights the benefits of asynchronous request handling, built-in Pydantic data validation, and automated OpenAPI schema generation. Demonstrates how to package the application with Docker to establish a robust microservice baseline.
  • (2021) towardsdatascience.com: Step-by-step Approach to Build Your Machine Learning API Using Fast API [PYTHON CONTENT] ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ [COMMUNITY-TOOL] โ€” Practical guide outlining the architectural components needed to design an enterprise-ready FastAPI wrapper for pre-trained machine learning models. Highlights exception handling, asynchronous inference configurations, and the construction of deterministic, typed request/response contracts using Pydantic.

Architectural Patterns (1)

Infrastructure Selection

  • (2024) axelmendoza.com: The Ultimate Guide To ML Model Deployment In 2024 [NONE CONTENT] ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ [ENTERPRISE-STABLE] โ€” Comprehensive blueprint detailing contemporary paradigms of ML serving, contrasting serverless, dedicated clusters (like K8s), and edge processing. Helps infrastructure architects navigate hardware acceleration, pipeline containerization, security policies, and real-time observability structures.

Kubernetes (1)

KServe

  • (2022) thenewstack.io: KServe: A Robust and Extensible Cloud Native Model Server [GO CONTENT] [ADVANCED LEVEL] ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ [ENTERPRISE-STABLE] โ€” Comprehensive technical exploration of KServe (formerly KFServing) on Kubernetes. Covers dynamic autoscaling (scaling down to zero via Knative), standardized ingress protocols (v2 data plane), advanced traffic routing, model validation steps, and canary rollout orchestrations.

Microservices

  • (2021) cloudblogs.microsoft.com: Simple steps to create scalable processes to deploy ML models as microservices [PYTHON CONTENT] ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ [COMMUNITY-TOOL] โ€” Provides an enterprise-grade methodology for packaging machine learning models as distinct, containerized microservices. Focuses on automated CI/CD validation loops, lightweight interface design, and scalable deployment targets on Azure Kubernetes Service (AKS). Solves the organizational silo problem by treating the model as an isolated API.

Orchestration

Airflow

Flyte

Frameworks

  • (2024) zenml.io: ZenML [PYTHON CONTENT] ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ [ENTERPRISE-STABLE] โ€” ZenML is an extensible MLOps pipeline framework designed to decouple data engineering and machine learning workflows from physical target infrastructure. It integrates with major cloud stacks and allows reproducible local executions to scale to production environments effortlessly.

Workflows

  • (2024) github.com/Netflix/metaflow ๐ŸŒŸ โญ 10128 [PYTHON CONTENT] ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ [DE FACTO STANDARD] โ€” Metaflow is Netflix's human-centric framework designed for building and managing production-grade data science pipelines. It seamlessly integrates local development with enterprise-scale cloud infrastructures, handling data caching, model versioning, and compute scaling automatically.

Workshops

Infrastructure (1)

  • (2022) ML Platform Workshop โญ 445 [PYTHON CONTENT] ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ [ENTERPRISE-STABLE] โ€” A hands-on technical workshop repository showcasing the design of an end-to-end Machine Learning Platform. Demonstrates real-world integration of model registries, tracking servers, and deployment mechanisms under production-like conditions. Excellent educational resource for learning the architectural glue of modern MLOps frameworks.

๐Ÿ’ก Explore Related: AI | AI Agents MCP | ChatGPT

๐Ÿ”— See Also: About | Postman