awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

62 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • google/mediapipeالصورة الرمزية لـ google

    google/mediapipe

    35,673عرض على 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++
    عرض على GitHub↗35,673
  • vercel/turborepoالصورة الرمزية لـ vercel

    vercel/turborepo

    30,552عرض على 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
    عرض على GitHub↗30,552
  • ageron/handson-ml2الصورة الرمزية لـ ageron

    ageron/handson-ml2

    29,938عرض على 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
    عرض على GitHub↗29,938
  • voltagent/awesome-claude-code-subagentsالصورة الرمزية لـ VoltAgent

    VoltAgent/awesome-claude-code-subagents

    21,906عرض على 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
    عرض على GitHub↗21,906
  • jina-ai/serveالصورة الرمزية لـ jina-ai

    jina-ai/serve

    21,859عرض على 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
    عرض على GitHub↗21,859
  • recommenders-team/recommendersالصورة الرمزية لـ recommenders-team

    recommenders-team/recommenders

    21,769عرض على 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
    عرض على GitHub↗21,769
  • microsoft/recommendersالصورة الرمزية لـ Microsoft

    Microsoft/Recommenders

    21,771عرض على 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
    عرض على GitHub↗21,771
  • fchollet/deep-learning-with-python-notebooksالصورة الرمزية لـ fchollet

    fchollet/deep-learning-with-python-notebooks

    20,141عرض على 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
    عرض على GitHub↗20,141
  • spotify/luigiالصورة الرمزية لـ spotify

    spotify/luigi

    18,676عرض على 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
    عرض على GitHub↗18,676
  • huggingface/transformers.jsالصورة الرمزية لـ huggingface

    huggingface/transformers.js

    15,420عرض على 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
    عرض على GitHub↗15,420
  • datatalksclub/mlops-zoomcampالصورة الرمزية لـ DataTalksClub

    DataTalksClub/mlops-zoomcamp

    14,858عرض على 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
    عرض على GitHub↗14,858
  • modelscope/ms-swiftالصورة الرمزية لـ modelscope

    modelscope/ms-swift

    14,597عرض على 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
    عرض على GitHub↗14,597
  • optuna/optunaالصورة الرمزية لـ optuna

    optuna/optuna

    14,388عرض على 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
    عرض على GitHub↗14,388
  • microsoft/ai-eduالصورة الرمزية لـ microsoft

    microsoft/ai-edu

    14,065عرض على 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
    عرض على GitHub↗14,065
  • openalpr/openalprالصورة الرمزية لـ openalpr

    openalpr/openalpr

    11,366عرض على 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++
    عرض على GitHub↗11,366
  • vipstone/faceaiالصورة الرمزية لـ vipstone

    vipstone/faceai

    11,088عرض على 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
    عرض على GitHub↗11,088
  • huggingface/tokenizersالصورة الرمزية لـ huggingface

    huggingface/tokenizers

    10,825عرض على 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
    عرض على GitHub↗10,825
  • wandb/wandbالصورة الرمزية لـ wandb

    wandb/wandb

    10,844عرض على 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
    عرض على GitHub↗10,844
  • lyhue1991/eat_tensorflow2_in_30_daysالصورة الرمزية لـ lyhue1991

    lyhue1991/eat_tensorflow2_in_30_days

    9,933عرض على 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
    عرض على GitHub↗9,933
  • jeffallan/claude-skillsالصورة الرمزية لـ Jeffallan

    Jeffallan/claude-skills

    9,935عرض على 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
    عرض على GitHub↗9,935
السابق123…4التالي
  1. Home
  2. Development Tools & Productivity
  3. Task Pipeline Managers

استكشف الوسوم الفرعية

  • Container Lifecycle Management1 وسم فرعيManaging 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 وسوم فرعيةUnified 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 وسوم فرعيةEnqueuing 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.