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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

62 repository-uri

Awesome GitHub RepositoriesTask Pipeline Managers

Configuration-driven systems for defining and executing build sequences.

Distinguishing note: Focuses on the configuration and definition of pipelines, distinct from the execution engine.

Explore 62 awesome GitHub repositories matching development tools & productivity · Task Pipeline Managers. Refine with filters or upvote what's useful.

Awesome Task Pipeline Managers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • google/mediapipeAvatar google

    google/mediapipe

    35,673Vezi pe GitHub↗

    MediaPipe is a cross-platform machine learning framework designed for building and deploying pipelines that process live and streaming media. It provides a system for connecting processing components into custom machine learning chains to analyze real-time audio and video streams. The framework includes a suite of pre-trained models for tasks such as hand, face, and pose tracking, along with tools for retraining and customizing these models with specific datasets. It also features a dedicated benchmarker for measuring the execution speed and accuracy of machine learning models directly within

    Orchestrates preprocessing, inference, and postprocessing steps through custom machine learning chains for media.

    C++
    Vezi pe GitHub↗35,673
  • vercel/turborepoAvatar vercel

    vercel/turborepo

    30,552Vezi pe GitHub↗

    Turborepo is a build orchestrator designed to manage task execution within monorepos. It functions as a task pipeline manager that models workspace relationships as a directed acyclic graph, allowing it to coordinate complex build sequences and dependency orders across multiple interconnected packages. The system accelerates development cycles through incremental task execution, which identifies and skips redundant work by analyzing file contents and environment variables to generate unique task identifiers. It leverages content-addressable caching to store build outputs locally or remotely,

    Defines execution order and dependency relationships between scripts to ensure consistent build sequences.

    Rustbuild-systembuild-tooljavascript
    Vezi pe GitHub↗30,552
  • ageron/handson-ml2Avatar ageron

    ageron/handson-ml2

    29,938Vezi pe GitHub↗

    This project provides a collection of practical machine learning code examples, including implementations for supervised, unsupervised, and reinforcement learning algorithms. It features deep learning model implementations for convolutional, recurrent, and generative architectures, alongside specific examples of reinforcement learning agents that maximize rewards in simulated environments. The repository includes dedicated data preprocessing pipelines for sanitization, feature scaling, and dimensionality reduction. It also provides implementations for a wide range of specific models, such as

    Provides pipelines for sanitization, scaling, and feature engineering to prepare data for modeling.

    Jupyter Notebook
    Vezi pe GitHub↗29,938
  • voltagent/awesome-claude-code-subagentsAvatar VoltAgent

    VoltAgent/awesome-claude-code-subagents

    21,906Vezi pe GitHub↗

    This project provides a framework for managing multi-agent systems, designed to automate complex software development, infrastructure, and business workflows. It functions as a multi-agent workflow orchestrator that routes tasks to domain-specific workers while maintaining state persistence and infrastructure automation. By leveraging large language models, the system decomposes high-level objectives into actionable plans, ensuring that complex operations are executed with consistency and reliability. The framework distinguishes itself through its hierarchical agent registry and policy-driven

    Automates the end-to-end lifecycle of machine learning systems including data validation, training, and deployment.

    Shellai-agent-frameworkai-agent-toolsai-agents
    Vezi pe GitHub↗21,906
  • jina-ai/serveAvatar jina-ai

    jina-ai/serve

    21,859Vezi pe GitHub↗

    Serve is a multimodal AI orchestrator and inference server designed for deploying and scaling machine learning models as cloud-native services. It functions as a containerized workflow engine and distributed service mesh that routes multimodal data through connected execution units. The framework provides specialized capabilities for large language models, including a token streaming gateway that delivers generated text incrementally to reduce perceived latency. It distinguishes itself by enabling the chaining of executors into complex data processing pipelines and the orchestration of these

    Orchestrates preprocessing, inference, and postprocessing steps by chaining multiple execution units into sequences.

    Pythoncloud-nativecncfdeep-learning
    Vezi pe GitHub↗21,859
  • recommenders-team/recommendersAvatar recommenders-team

    recommenders-team/recommenders

    21,769Vezi pe GitHub↗

    This project is a recommendation system framework designed for building, evaluating, and operationalizing personalized item suggestion engines. It provides a comprehensive toolkit for implementing collaborative filtering and content-based algorithms, supported by an end-to-end machine learning pipeline for preparing datasets and deploying predictive models. The framework distinguishes itself through the integration of knowledge graphs to provide richer context for recommendations and the use of industry-specific patterns to accelerate system deployment. It also includes a specialized model ev

    Ships an end-to-end machine learning pipeline for orchestrating data preparation, hyperparameter tuning, and model deployment.

    Pythonaiartificial-intelligencedata-science
    Vezi pe GitHub↗21,769
  • microsoft/recommendersAvatar Microsoft

    Microsoft/Recommenders

    21,771Vezi pe GitHub↗

    Recommenders is a recommendation system framework designed for building, benchmarking, and deploying collaborative and content-based filtering models. It provides a machine learning model pipeline that standardizes the process of moving recommendation data from raw ingestion through training and evaluation. The project functions as a model benchmarking toolkit, utilizing standardized ranking and error metrics to compare the accuracy of different algorithms. It also serves as a hyperparameter tuning tool, allowing for the optimization of model behavior and performance via external configuratio

    Implements a standardized pipeline for orchestrating data ingestion, preprocessing, training, and evaluation workflows.

    Python
    Vezi pe GitHub↗21,771
  • fchollet/deep-learning-with-python-notebooksAvatar fchollet

    fchollet/deep-learning-with-python-notebooks

    20,141Vezi pe GitHub↗

    This project is a collection of interactive instructional documents and practical code samples designed as a machine learning educational resource. It consists of Jupyter notebooks that provide runnable examples and guided exercises for learning deep learning and model development. The repository features Keras model implementations that demonstrate how to build and train neural network architectures for processing images, objects, and natural language. It includes capabilities for executing the same model code across different computation engines to compare framework behavior and performance

    Implements pipelines for importing and preparing training data from remote platforms for deep learning.

    Jupyter Notebook
    Vezi pe GitHub↗20,141
  • spotify/luigiAvatar spotify

    spotify/luigi

    18,676Vezi pe GitHub↗

    Luigi is a Python framework designed for building and managing complex batch data pipelines. It functions as a workflow orchestration engine that organizes tasks into directed acyclic graphs, ensuring that jobs execute in the correct logical order based on their dependencies. By utilizing a centralized scheduler, the system coordinates task execution across distributed environments, tracks global workflow state, and prevents redundant processing by verifying the existence of output targets before triggering any work. The project distinguishes itself through a robust state-tracking mechanism t

    Encapsulates units of work by specifying input dependencies, computation logic, and output targets.

    Pythonhadoopluigiorchestration-framework
    Vezi pe GitHub↗18,676
  • huggingface/transformers.jsAvatar huggingface

    huggingface/transformers.js

    15,420Vezi pe GitHub↗

    This library is a web-native engine designed to execute pretrained machine learning models directly within the browser. It functions as a client-side inference framework, enabling developers to run complex neural networks for natural language processing, computer vision, and audio tasks without requiring a backend server or external API calls. The framework distinguishes itself by providing a unified pipeline-based abstraction that handles the entire lifecycle of model execution. It manages the dynamic retrieval of model weights and configurations from remote registries, while simultaneously

    Encapsulates complex preprocessing and postprocessing logic into unified interfaces to simplify the execution of common machine learning workflows.

    JavaScriptbrowserjavascripttransformers
    Vezi pe GitHub↗15,420
  • datatalksclub/mlops-zoomcampAvatar DataTalksClub

    DataTalksClub/mlops-zoomcamp

    14,858Vezi pe 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

    Provides structured learning modules for building end-to-end machine learning pipelines.

    Jupyter Notebook
    Vezi pe GitHub↗14,858
  • modelscope/ms-swiftAvatar modelscope

    modelscope/ms-swift

    14,597Vezi pe GitHub↗

    This project is a comprehensive toolkit designed for the full lifecycle management of large language and multimodal models. It functions as a unified orchestrator that handles the entire development process, ranging from dataset preparation and supervised fine-tuning to advanced reinforcement learning alignment and production-ready inference deployment. The platform distinguishes itself through a specialized reinforcement learning library that supports complex optimization algorithms, including group relative policy optimization and leave-one-out techniques, to improve model instruction-follo

    Coordinates the entire model lifecycle including dataset preparation, training, and evaluation through a unified interface.

    Pythondeepseek-r1embeddinggrpo
    Vezi pe GitHub↗14,597
  • optuna/optunaAvatar optuna

    optuna/optuna

    14,388Vezi pe GitHub↗

    Optuna is a Python-based hyperparameter optimization framework designed to automate the search for optimal machine learning model configurations. It functions as a Bayesian optimization library that systematically tests parameter combinations to maximize or minimize objective functions, streamlining the model development process through iterative evaluation. The project distinguishes itself through a define-by-run dynamic construction model, which allows users to build complex, conditional search spaces using standard programming logic. Its architecture is highly modular, featuring a pluggabl

    Integrates systematic parameter tuning into machine learning workflows to automate the identification of optimal model architectures.

    Pythondistributedhyperparameter-optimizationmachine-learning
    Vezi pe GitHub↗14,388
  • microsoft/ai-eduAvatar microsoft

    microsoft/ai-edu

    14,065Vezi pe GitHub↗

    ai-edu is a comprehensive AI education curriculum and machine learning courseware collection. It provides theoretical tutorials, deep learning lab exercises, and project blueprints designed to teach artificial intelligence fundamentals through a combination of study and practical implementation. The project focuses on a learning-by-doing approach, guiding users from Python programming and neural network basics to advanced topics. It includes specialized instructional content on distributed AI training, MLOps educational guides for model quantization and pruning, and detailed frameworks for im

    Provides techniques for splitting handwritten text into individual characters using pixel-distribution.

    HTML
    Vezi pe GitHub↗14,065
  • openalpr/openalprAvatar openalpr

    openalpr/openalpr

    11,366Vezi pe GitHub↗

    OpenALPR is a computer vision platform designed to identify vehicle license plates and attributes from live video streams or static images. It functions as an intelligent access control and analytics system, enabling the automation of security monitoring, parking facility management, and operational workflows through real-time vehicle detection. The platform distinguishes itself by supporting international license plate formats and regional configuration mapping, allowing for deployment across diverse geographic standards. It integrates directly with existing network camera infrastructure, pe

    Splits detected plate regions into individual alphanumeric components to prepare them for machine learning classification.

    C++
    Vezi pe GitHub↗11,366
  • vipstone/faceaiAvatar vipstone

    vipstone/faceai

    11,088Vezi pe GitHub↗

    Faceai is a computer vision toolkit designed for facial analysis, identity recognition, and image processing. It provides integrated engines for detecting human faces in static images and live video streams, matching facial encodings against identity databases, and mapping facial landmarks to understand geometric structure and alignment. The project enables real-time augmented reality applications, such as applying virtual makeup and digital accessories by scaling assets to detected facial coordinates. It also includes a suite for digital image restoration capable of removing noise, erasing w

    Passes image data through sequential stages of detection, landmarking, and classification for comprehensive analysis.

    Pythondlibkerasopencv
    Vezi pe GitHub↗11,088
  • huggingface/tokenizersAvatar huggingface

    huggingface/tokenizers

    10,825Vezi pe GitHub↗

    This project is a high-performance library for converting raw text into tokens and IDs for machine learning models. It functions as a fast text encoder and a text preprocessing pipeline designed to transform strings into numerical representations with high throughput for research and production. The library includes a subword tokenizer trainer used to analyze text datasets and create custom vocabularies using algorithms such as byte-pair encoding and wordpiece. It provides capabilities for subword vocabulary training and text alignment, allowing character offsets to be tracked during normaliz

    Orchestrates a preprocessing pipeline that includes normalization, padding, and truncation to prepare text datasets for models.

    Rustbertgptlanguage-model
    Vezi pe GitHub↗10,825
  • wandb/wandbAvatar wandb

    wandb/wandb

    10,844Vezi pe GitHub↗

    Wandb is a centralized platform for machine learning experiment tracking, model registry management, and workflow orchestration. It provides a comprehensive suite of tools for logging, visualizing, and versioning training metrics, model artifacts, and hyperparameter sweeps to ensure reproducibility across development cycles. The platform also functions as an observability tool for large language model applications, enabling the tracing of execution steps, token usage, and reasoning processes. The project distinguishes itself through its event-driven automation capabilities, which allow users

    Triggers automated actions and notifications based on training events to streamline model lifecycle tasks.

    Pythonaicollaborationdata-science
    Vezi pe GitHub↗10,844
  • lyhue1991/eat_tensorflow2_in_30_daysAvatar lyhue1991

    lyhue1991/eat_tensorflow2_in_30_days

    9,933Vezi pe GitHub↗

    This project is a structured learning curriculum and technical reference for mastering deep learning with TensorFlow. It provides a comprehensive guide for building, training, and deploying neural networks, combining theoretical fundamentals with practical implementation examples. The repository distinguishes itself by covering the end-to-end machine learning workflow, from low-level tensor mathematics and linear algebra to the creation of complex model architectures. It includes specific guidance on developing data pipelines for diverse data types, such as images, text, and time-series seque

    Builds efficient data pipelines to transform raw images, text, and structured data into tensor streams.

    Pythontensorflowtensorflow-examplestensorflow-tutorial
    Vezi pe GitHub↗9,933
  • jeffallan/claude-skillsAvatar Jeffallan

    Jeffallan/claude-skills

    9,935Vezi pe GitHub↗

    This project is an AI agent workflow orchestrator and automated software lifecycle manager designed to sequence specialized AI personas for end-to-end software development. It serves as a prompt engineering library and a full-stack development toolkit that guides the process from initial discovery and specification through to deployment and code review. The system features a context management framework that utilizes progressive loading and routing tables to fetch reference files on-demand, reducing token consumption within the model context window. It employs a definition-based routing syste

    Develops retrieval systems and manages model fine-tuning using vector databases and optimized prompt pipelines.

    Pythonai-agentsclaudeclaude-code
    Vezi pe GitHub↗9,935
Înapoi123…4Înainte
  1. Home
  2. Development Tools & Productivity
  3. Task Pipeline Managers

Explorează sub-etichetele

  • Container Lifecycle Management1 sub-tagManaging the creation, execution, and destruction of containers for specific pipeline tasks. **Distinct from Task Pipeline Managers:** Focuses on the execution engine's container management rather than the configuration of the pipeline
  • Machine Learning Pipelines6 sub-tag-uriUnified interfaces for orchestrating preprocessing, inference, and postprocessing steps in machine learning workflows. **Distinct from Task Pipeline Managers:** Distinct from general task pipeline managers: focuses specifically on the ML-specific lifecycle of data transformation and model execution.
  • Sequential Pipelines3 sub-tag-uriEnqueuing a sequence of tasks where each receives the result of the previous one, supporting tuple or dict argument passing. **Distinct from Task Pipeline Managers:** Distinct from Task Pipeline Managers: focuses on sequential data-passing pipelines rather than configuration-driven build sequences.