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
·

2 Repos

Awesome GitHub RepositoriesPipeline Processors

Data transformation and state aggregation across chained commands.

Distinct from CLI Command Frameworks: Distinct from CLI Command Frameworks: focuses on the data pipeline aspect of command execution.

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

Awesome Pipeline Processors GitHub Repositories

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

    pallets/click

    17,560Auf GitHub ansehen↗

    Click is a Python framework for building command-line interfaces. It provides a declarative approach to defining command structures, allowing developers to map functions to command-line arguments, options, and nested groups using decorators. The framework handles the complexities of parameter parsing, type validation, and help documentation generation automatically. The project distinguishes itself through its hierarchical context system, which propagates configuration and state across nested commands, and its environment-aware parameter resolution that prioritizes command-line inputs, enviro

    Collects and transforms data across chained commands by passing state through context objects.

    Pythoncliclickpallets
    Auf GitHub ansehen↗17,560
  • facebookresearch/mmfAvatar von facebookresearch

    facebookresearch/mmf

    5,635Auf GitHub ansehen↗

    MMF is a modular framework for building, training, and evaluating vision-and-language models. It provides a configuration-driven experiment system where model, dataset, and training parameters are defined through composable YAML files, alongside a curated model zoo of pretrained checkpoints for state-of-the-art multimodal architectures. The framework includes a multimodal dataset loader that downloads, processes, and batches vision-and-language data, and a vision-language model trainer supporting distributed training, mixed precision, and checkpoint-based resumption. The framework distinguish

    Transforms raw data samples into model-ready tensors through a configurable chain of reusable processors.

    Pythoncaptioningdeep-learningdialog
    Auf GitHub ansehen↗5,635
  1. Home
  2. Development Tools & Productivity
  3. CLI Command Frameworks
  4. Pipeline Processors

Unter-Tags erkunden

  • Modular Data Processor PipelinesConfigurable chains of reusable processors that transform raw data samples into model-ready tensors through a shared interface. **Distinct from Pipeline Processors:** Distinct from Pipeline Processors: focuses on data transformation for ML models rather than CLI command data flow.