awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 dépôts

Awesome GitHub RepositoriesModel Version Management

Systems for downloading and switching between different versions of diffusion models.

Distinct from Diffusion Models: Focuses on the operational management and switching of model files rather than the model architecture itself.

Explore 9 awesome GitHub repositories matching artificial intelligence & ml · Model Version Management. Refine with filters or upvote what's useful.

Awesome Model Version Management GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • infrasys-ai/aisystemAvatar de Infrasys-AI

    Infrasys-AI/AISystem

    17,017Voir sur GitHub↗

    AISystem is a comprehensive AI full-stack infrastructure project covering the entire pipeline from AI chip architecture to high-level training frameworks. It encompasses the development of AI compiler frameworks, inference engines, and distributed training orchestrators designed to coordinate workloads across a heterogeneous compute stack of CPUs, GPUs, and NPUs. The project focuses on the deep integration of software and hardware, employing software-hardware co-design to align tensor layouts with physical memory structures. It provides specialized capabilities for accelerating Transformer mo

    Tracks experiment metadata and performance metrics to ensure reproducibility and enable version rollback.

    Jupyter Notebookaiaiinfraaisys
    Voir sur GitHub↗17,017
  • datatalksclub/mlops-zoomcampAvatar de DataTalksClub

    DataTalksClub/mlops-zoomcamp

    14,858Voir sur GitHub↗

    This project is a structured educational program and comprehensive training curriculum designed to teach the end-to-end lifecycle of machine learning models. It serves as a resource for engineers to master the transition of data science projects from development into reliable, production-ready systems. The curriculum focuses on the practical application of engineering best practices, emphasizing the orchestration of complex data processing and training sequences. It provides instruction on building repeatable workflows, managing experiment metadata, and implementing infrastructure automation

    Logs model parameters and performance metrics to maintain a reproducible history of training iterations.

    Jupyter Notebook
    Voir sur GitHub↗14,858
  • divamgupta/diffusionbee-stable-diffusion-uiAvatar de divamgupta

    divamgupta/diffusionbee-stable-diffusion-ui

    13,579Voir sur GitHub↗

    DiffusionBee is a Stable Diffusion desktop client for macOS that functions as an AI image generator and editor. It allows for the local generation of images from text prompts and the management of diffusion models without requiring external cloud services or technical setup. The application includes a local diffusion model manager for importing and switching between custom trained model files to achieve specific artistic styles. It also features a system for tracking generation history and uploading assets to a public gallery. The software covers several image synthesis and manipulation work

    Manages the downloading and switching of diffusion model versions to alter output characteristics.

    JavaScript
    Voir sur GitHub↗13,579
  • clearml/clearmlAvatar de clearml

    clearml/clearml

    6,740Voir sur GitHub↗

    ClearML is a comprehensive MLOps platform designed to manage the end-to-end machine learning lifecycle, from initial experimentation to production deployment. It provides a suite of integrated tools including a pipeline orchestrator for automating workflows, an experiment tracking tool for logging hyperparameters and metrics, and a metadata-driven data versioning system for managing large-scale datasets and model artifacts. The platform is distinguished by its advanced compute management and serving capabilities. It features a GPU compute manager that supports fractional resource slicing and

    Automatically records hyperparameters, performance metrics, and plots to ensure AI experiments are reproducible and comparable.

    Python
    Voir sur GitHub↗6,740
  • zenml-io/zenmlAvatar de zenml-io

    zenml-io/zenml

    5,451Voir sur GitHub↗

    ZenML is an orchestration platform designed for building, deploying, and monitoring reproducible machine learning pipelines and agentic workflows. It provides a unified framework that manages the entire lifecycle of machine learning assets, from data processing and model training to the deployment of persistent inference services. By decoupling pipeline logic from underlying compute and storage, the platform enables teams to transition workflows seamlessly from local development environments to production-grade cloud infrastructure. The platform distinguishes itself through a service-oriented

    Automatically captures, versions, and stores intermediate data objects and configuration parameters produced by pipeline steps to ensure reproducibility.

    Pythonagentopsagentsai
    Voir sur GitHub↗5,451
  • treeverse/lakefsAvatar de treeverse

    treeverse/lakeFS

    5,406Voir sur GitHub↗

    lakeFS est un système de versioning de data lake qui fournit des branches et des commits de type Git pour de grands jeux de données stockés dans un stockage objet. Il fonctionne comme une couche de contrôle de version, permettant la création d'instantanés immuables, de commits atomiques et de branches zero-copy pour créer des environnements isolés pour l'expérimentation de données sans dupliquer les fichiers physiques. Le système sert de passerelle de stockage compatible S3 et de catalogue REST Iceberg, permettant aux protocoles de stockage cloud standard et aux clients compatibles de gérer des tables versionnées. Il agit comme un gardien de la qualité des données en utilisant un système de hooks piloté par événements pour valider les jeux de données par rapport aux politiques de gouvernance avant que les changements ne soient fusionnés en production. La plateforme couvre de larges capacités pour la gouvernance des données, incluant la collaboration via pull requests, le contrôle d'accès basé sur les rôles et le suivi de la lignée des données (data lineage). Elle fournit une intégration pour l'orchestration de workflows, les pipelines de machine learning et divers moteurs de calcul big data, prenant en charge la connectivité de stockage multi-cloud et la synchronisation d'identité via SSO et SCIM. Le logiciel peut être installé en utilisant des binaires, des conteneurs ou des charts Helm pour un déploiement sur Kubernetes.

    Records model performance and data provenance by attaching custom metrics to specific commits.

    Go
    Voir sur GitHub↗5,406
  • idsia/sacredAvatar de IDSIA

    IDSIA/sacred

    4,365Voir sur GitHub↗

    Sacred est un outil de gestion d'expériences et un framework de reproductibilité conçu pour organiser plusieurs exécutions d'un processus avec des configurations différentes. Il fonctionne comme un tracker d'expériences d'apprentissage automatique et un gestionnaire de configuration d'hyperparamètres, enregistrant les hyperparamètres, les métriques et les métadonnées dans une base de données pour garantir que les exécutions expérimentales restent traçables. Le projet se concentre sur la reproductibilité des résultats scientifiques en gérant automatiquement les graines aléatoires et en suivant les dépendances système. Il permet l'exécution de variantes d'expériences via des remplacements de paramètres en ligne de commande et l'injection dynamique de paramètres, permettant la modification des paramètres sans altérer le code source sous-jacent. Le framework fournit des capacités pour l'enregistrement de métadonnées sauvegardé en base de données, capturant les détails matériels et les versions logicielles pour maintenir un enregistrement interrogeable de chaque exécution. Il prend également en charge la sérialisation de l'état d'exécution pour permettre la réplication exacte des résultats expérimentaux.

    Saves configuration settings, system dependencies, and hardware details to a database for future analysis.

    Python
    Voir sur GitHub↗4,365
  • polyaxon/polyaxonAvatar de polyaxon

    polyaxon/polyaxon

    3,707Voir sur GitHub↗

    Polyaxon is a Kubernetes-native machine learning orchestration platform and MLOps pipeline orchestrator. It serves as a control plane for managing distributed deep learning workloads, automated machine learning pipelines, and experiment tracking. The platform distinguishes itself through specialized services for distributed training management, including MPI-based coordination for PyTorch and TensorFlow. It provides an automated hyperparameter optimization service utilizing Bayesian, random, and grid search algorithms, alongside managed interactive AI workspaces for launching Jupyter notebook

    Provides a system for recording hyperparameters, performance metrics, and version history to ensure scientific reproducibility of AI experiments.

    MDX
    Voir sur GitHub↗3,707
  • project-monai/tutorialsAvatar de Project-MONAI

    Project-MONAI/tutorials

    2,494Voir sur GitHub↗

    This project serves as a specialized platform for clinical medical imaging research, providing a collection of educational notebooks and standardized tools for deep learning. It functions as a framework for building and training neural networks tailored to the unique geometric and intensity properties of medical image data, supporting tasks such as segmentation, classification, and registration. The platform distinguishes itself through its focus on end-to-end research workflows, offering modular templates that standardize data preprocessing, model training, and inference. It includes capabil

    Logs training metrics and tracks experiment configurations to ensure reproducibility in clinical research.

    Jupyter Notebookjupyter-notebookmonaimonai-tutorials
    Voir sur GitHub↗2,494
  1. Home
  2. Artificial Intelligence & ML
  3. Generative AI Resources
  4. Diffusion & Visual Synthesis Models
  5. Generative AI Models
  6. Diffusion Models
  7. Model Version Management

Explorer les sous-tags

  • Experiment Metadata TrackingSystems for recording hyperparameters, performance metrics, and version history to ensure reproducibility of AI models. **Distinct from Model Version Management:** Focuses on the scientific reproducibility and metadata of experiments rather than just switching between model files.