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 RepositoriesSequential Pipelines

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.

Explore 9 awesome GitHub repositories matching development tools & productivity · Sequential Pipelines. Refine with filters or upvote what's useful.

Awesome Sequential Pipelines 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.
  • vipstone/faceaiAvatar de vipstone

    vipstone/faceai

    11,088Voir sur 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
    Voir sur GitHub↗11,088
  • rhiever/data-analysis-and-machine-learning-projectsAvatar de rhiever

    rhiever/Data-Analysis-and-Machine-Learning-Projects

    6,699Voir sur GitHub↗

    This is a collection of machine learning projects, data visualization portfolios, and predictive analytics tools. The repository provides implementation examples for training predictive models, executing data analysis pipelines, and estimating metadata values through historical statistical tables. The project emphasizes evolutionary computing, utilizing genetic algorithms and programming to solve optimization problems. This includes calculating the shortest distance between geographic coordinates and automating the selection of models and hyperparameters within machine learning pipelines. Ad

    Organizes data processing into discrete sequential stages from ingestion through transformation to evaluation.

    Jupyter Notebook
    Voir sur GitHub↗6,699
  • rcmaehl/whynotwin11Avatar de rcmaehl

    rcmaehl/WhyNotWin11

    6,386Voir sur GitHub↗

    Detection Script to help identify why your PC is not Windows 11 Release Ready. Now Supporting Update Checks!

    Runs each compatibility test in a fixed order, halting on critical failures to avoid unnecessary checks.

    AutoItreadinesswindows-11
    Voir sur GitHub↗6,386
  • coleifer/hueyAvatar de coleifer

    coleifer/huey

    5,933Voir sur GitHub↗

    .. image:: https://media.charlesleifer.com/blog/photos/huey3-logo.png

    Enqueues sequential pipelines where each task receives the prior result.

    Pythondankpythonqueue
    Voir sur GitHub↗5,933
  • phodal/understand-promptAvatar de phodal

    phodal/understand-prompt

    5,455Voir sur GitHub↗

    Ce projet propose des méthodologies et des guides pour le prompt engineering structuré, les workflows génératifs et les stratégies spécialisées de génération d'images. Il sert de framework pour optimiser les entrées destinées aux grands modèles de langage (LLM) pour des tâches de codage, d'écriture et d'analyse, ainsi que de bibliothèque de techniques pour contrôler les modèles de diffusion. Le projet se distingue par un framework de conception logicielle piloté par l'IA qui convertit les besoins métier en architectures techniques et en code via du prompting orienté domaine. Il implémente également des modèles de workflow d'IA générative utilisant des pipelines de prompts séquentiels et des frameworks cognitifs pour garantir des sorties de modèle prévisibles. La surface de capacités couvre l'architecture logicielle via la modélisation d'API orientée domaine et la génération de langages dédiés (DSL). Elle s'étend à la génération d'images, incluant la liaison structurelle d'images, l'entraînement de modèles personnalisés et le raffinement itératif par inpainting pour corriger les artefacts visuels. Le projet est implémenté sous forme d'une série de Jupyter Notebooks.

    Organizes complex AI tasks into ordered sequential prompt pipelines to ensure consistent and predictable outputs.

    Jupyter Notebookaiaigcchatgpt
    Voir sur GitHub↗5,455
  • jagregory/abrash-black-bookAvatar de jagregory

    jagregory/abrash-black-book

    4,833Voir sur GitHub↗

    Ce projet est une référence technique numérique et une source de manuel axée sur la programmation graphique. Il consiste en une collection de guides de programmation graphique de bas niveau fournis sous forme de fichiers source Markdown conçus pour la distribution numérique et l'étude. Le projet utilise un pipeline de construction de livre électronique Markdown pour transformer le texte source en formats HTML5, EPUB3 et Mobi. Ce processus exploite Pandoc pour convertir des documents techniques structurés en formats de lecture numérique standardisés via un pipeline de traitement séquentiel. Le système couvre le formatage de documents techniques et la distribution de manuels numériques. Il transforme l'écriture technique brute en mises en page de livres numériques soignées pour l'éducation et la référence professionnelles.

    Employs a sequential task pipeline to process content through multiple stages of transformation.

    CSS
    Voir sur GitHub↗4,833
  • modstart-lib/aigcpanelAvatar de modstart-lib

    modstart-lib/aigcpanel

    4,576Voir sur GitHub↗

    Aigcpanel is a visual workflow automation tool and model lifecycle manager designed for generative AI media pipelines. It provides a unified interface to install, launch, and configure both local and remote AI model endpoints, acting as an orchestration platform for large language models and AI tools. The system features a drag-and-drop node editor for chaining AI models and scripts into automated processing pipelines. It distinguishes itself with a breakpoint-aware execution model that allows users to pause and resume long media tasks from specific points in the workflow. Additionally, it in

    Aligns synthetic audio with video frames by passing data through a chain of specialized synchronization models.

    TypeScriptaiaigccosyvoice
    Voir sur GitHub↗4,576
  • cbh123/narratorAvatar de cbh123

    cbh123/narrator

    4,423Voir sur GitHub↗

    Narrator is an artificial intelligence system that converts real-time video feeds into natural language audio descriptions. It functions as a multimodal vision narrator and scene descriptor, using computer vision to transform environmental data from a camera into synthetic speech. The tool operates as a pipeline that captures periodic images from a feed and uses a multimodal large language model to analyze visual events. These analyses are then converted via text-to-speech synthesis into a voiceover that describes real-world activities and surroundings. The system supports automated environm

    Maintains a live environmental stream by continuously polling and sampling frames from the camera.

    Python
    Voir sur GitHub↗4,423
  • fastai/course22Avatar de fastai

    fastai/course22

    3,398Voir sur GitHub↗

    This is a structured deep learning curriculum for programmers, delivered as a collection of Jupyter notebooks. It teaches the fundamentals of training neural networks for computer vision, natural language processing, tabular data analysis, and collaborative filtering using PyTorch and the fastai library. The course is designed to be hands-on, guiding learners from building a training loop from scratch to fine-tuning pretrained models for a variety of practical tasks. The curriculum distinguishes itself by covering the full lifecycle of a deep learning project, from data preparation and augmen

    Combines multiple data transformations into sequential pipelines that process raw items end-to-end.

    Jupyter Notebookdeep-learningfastaijupyter-notebooks
    Voir sur GitHub↗3,398
  1. Home
  2. Development Tools & Productivity
  3. Task Pipeline Managers
  4. Sequential Pipelines

Explorer les sous-tags

  • Compatibility Check PipelinesRuns each compatibility test in a fixed order, halting on critical failures to avoid unnecessary checks on ineligible systems. **Distinct from Sequential Pipelines:** Distinct from Sequential Pipelines: focuses on compatibility verification with early termination on failure rather than general task data passing.
  • Model Synchronization PipelinesSequential data flows that pass information through multiple AI models to achieve synchronization. **Distinct from Sequential Pipelines:** Specifically for aligning AI model outputs (like audio and video) rather than general task enqueuing.
  • Vision Analysis Pipelines1 sous-tagSequential stages of detection and classification specifically for image data. **Distinct from Sequential Pipelines:** Specializes general sequential pipelines for the domain of computer vision analysis.