awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Preprocessing Pipelines · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesPreprocessing Pipelines

Automated workflows for transforming input data to match model-specific requirements.

Distinguishing note: None of the candidates were provided; this addresses the alignment of input data with pre-trained model configurations.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Preprocessing Pipelines. Refine with filters or upvote what's useful.

  1. Home
  2. Artificial Intelligence & ML
  3. Preprocessing Pipelines

Awesome Preprocessing Pipelines GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • huggingface/pytorch-image-models

    huggingface/pytorch-image-models

    36,386View on GitHub↗

    This project is a comprehensive library of state-of-the-art neural network architectures designed for image classification and feature extraction. It provides a complete deep learning training framework that supports distributed execution, allowing users to build, train, and fine-tune vision models using optimized schedulers and pre-configured training recipes. The library distinguishes itself through a modular backbone architecture that treats neural networks as decoupled feature extractors, enabling the retrieval of multi-scale outputs for downstream tasks like object detection and segmenta

    Input transformation matching creates image preprocessing pipelines that align with the specific configuration requirements of a pre-trained model.

    Pythonaugmixconvnextdistributed-training
    36,386View on GitHub↗
  • lllyasviel/ControlNet

    lllyasviel/ControlNet

    33,654View on GitHub↗

    ControlNet is a framework for structural image generation that extends pre-trained diffusion models with neural network architectures designed for precise spatial control. By injecting structural guidance directly into the latent-space denoising process, the system enables users to enforce geometric or semantic constraints on generated outputs while maintaining style consistency. The framework distinguishes itself through a weight-locked copying mechanism that preserves the integrity of the original model while introducing new control signals. It supports multi-condition synthesis, allowing f

    Transforms raw images into structured control maps for spatial guidance.

    Python
    33,654View on GitHub↗