awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesModel Containerization Tools

Utilities for packaging machine learning models and their dependencies into standardized container images.

Distinguishing note: Specifically targets the packaging of ML models for portability, distinct from general-purpose container build tools.

Explore 4 awesome GitHub repositories matching artificial intelligence & ml · Model Containerization Tools. Refine with filters or upvote what's useful.

Awesome Model Containerization Tools GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • mlflow/mlflowAvatar von mlflow

    mlflow/mlflow

    26,554Auf GitHub ansehen↗

    Package machine learning models into standardized containers with their dependencies and metadata to ensure consistent execution across various deployment environments.

    Pythonagentopsagentsai
    Auf GitHub ansehen↗26,554
  • replicate/cogAvatar von replicate

    replicate/cog

    9,424Auf GitHub ansehen↗

    Cog is a machine learning packaging tool and containerized model wrapper that bundles models and their dependencies into standardized Docker containers. It functions as an environment manager and inference server, ensuring consistent model execution across different hardware systems by resolving GPU drivers, system libraries, and Python dependencies. The project distinguishes itself by automatically generating RESTful HTTP servers and OpenAPI schemas based on defined model input and output types. It manages large model weights as external fixtures to optimize image size and utilizes a slot-ba

    Bundles machine learning models and their dependencies into standardized Docker containers.

    Go
    Auf GitHub ansehen↗9,424
  • graviraja/mlops-basicsAvatar von graviraja

    graviraja/MLOps-Basics

    8,585Auf GitHub ansehen↗

    MLOps-Basics is a collection of implementation guides and blueprints for automating the machine learning lifecycle. It provides practical workflows for managing the transition of models from training to production deployment, focusing on the integration of operational tools into the machine learning pipeline. The project features specific architectural patterns for deploying containerized models using serverless infrastructure and cloud registries. It includes frameworks for tracking large datasets and model artifacts via remote storage, as well as guides for converting models into standardiz

    Provides utilities for packaging machine learning models and their dependencies into standardized Docker images for portability.

    Jupyter Notebook
    Auf GitHub ansehen↗8,585
  • jina-ai/discoartAvatar von jina-ai

    jina-ai/discoart

    3,829Auf GitHub ansehen↗

    Discoart is a diffusion model orchestration framework and distributed GPU generation engine designed to automate and scale image generation workflows across hardware clusters. It functions as a generative AI model API, providing HTTP and gRPC endpoints to trigger and retrieve images from diffusion models as a network service. The system distinguishes itself through a comprehensive task management layer that includes timeline-based prompt and parameter scheduling. It manages the generative art lifecycle by supporting state-based session serialization for recovery, YAML-based configuration mana

    Packages diffusion models and dependencies into standardized container images for portable execution across hardware.

    Pythonclip-guided-diffusioncreative-aicreative-art
    Auf GitHub ansehen↗3,829
  1. Home
  2. Artificial Intelligence & ML
  3. Model Containerization Tools

Unter-Tags erkunden

  • Local Inference VerificationTesting tools for verifying model behavior in containerized environments before production deployment. **Distinct from Model Containerization Tools:** Distinct from Model Containerization Tools by focusing on the verification/testing phase rather than the packaging process.