awesome-repositories.com
Blog
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
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 dépôts

Awesome GitHub RepositoriesMulti-Image Sample Processing

Methods for aggregating features from multiple images using a shared model backbone.

Distinct from Image Processing: Focuses on multi-image input aggregation for a single sample, not animation or sequential processing.

Explore 6 awesome GitHub repositories matching graphics & multimedia · Multi-Image Sample Processing. Refine with filters or upvote what's useful.

Awesome Multi-Image Sample Processing 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.
  • formidablelabs/spectacleAvatar de FormidableLabs

    FormidableLabs/spectacle

    10,136Voir sur GitHub↗

    Spectacle is a React-based presentation framework that enables developers to author slide decks using JSX and MDX syntax. It provides a component-driven approach to building presentations, where slides are composed as React components with declarative layouts, theme-driven styling, and step-based animation sequencing. The framework distinguishes itself through its support for live coding demonstrations within slides, allowing presenters to execute and display code directly during a talk. It includes a presenter mode with dual-view architecture that shows speaker notes, a timer, and upcoming s

    Ships a layout component for positioning multiple images on a single presentation slide.

    TypeScriptkeynotepresentationreact
    Voir sur GitHub↗10,136
  • autogluon/autogluonAvatar de autogluon

    autogluon/autogluon

    9,997Voir sur GitHub↗

    AutoGluon is an automated machine learning framework and multimodal library designed to automate the end-to-end pipeline from data preprocessing to high-accuracy model training and validation. It functions as an automated model trainer for tabular, image, text, and time series data, as well as a tool for time series forecasting and foundation model finetuning. The project is distinguished by its ability to jointly process and fuse different data types, allowing for the construction of multimodal neural networks that integrate images, text, and structured tables. It supports zero-shot inferenc

    Aggregates features from multiple image columns or paths using a single model backbone.

    Pythonautogluonautomated-machine-learningautoml
    Voir sur GitHub↗9,997
  • qwenlm/qwen-vlAvatar de QwenLM

    QwenLM/Qwen-VL

    6,535Voir sur GitHub↗

    Accepts multiple images in a single turn for cross-image comparison and reasoning.

    Pythonlarge-language-modelsvision-language-model
    Voir sur GitHub↗6,535
  • llava-vl/llava-nextAvatar de LLaVA-VL

    LLaVA-VL/LLaVA-NeXT

    4,695Voir sur GitHub↗

    LLaVA-NeXT est un framework de modèle de langage multimodal et une boîte à outils d'entraînement conçus pour traiter des séquences entrelacées d'images et de vidéos afin de générer du texte. Il fonctionne comme un modèle de langage visuel qui combine des encodeurs de vision avec des modèles de langage pour effectuer des raisonnements complexes, répondre à des questions et comprendre la vidéo. Le système est capable d'analyser des images haute résolution et des trames vidéo temporelles pour décrire des événements, résumer des actions et raisonner à travers plusieurs entrées visuelles. Il prend en charge l'interprétation de documents et de graphiques, l'analyse de l'environnement spatial et la génération de légendes descriptives pour les images et les vidéos. Le framework inclut des outils pour ajuster les modèles multimodaux via l'optimisation des préférences afin de réduire les hallucinations et améliorer la précision. Il fournit également un serveur d'inférence pour déployer ces capacités en tant que service API via un backend HTTP.

    Processes sequences of alternating text and visual tokens to enable complex reasoning across multiple images.

    Python
    Voir sur GitHub↗4,695
  • imazen/imageflowAvatar de imazen

    imazen/imageflow

    4,402Voir sur GitHub↗

    Imageflow is a high-performance image manipulation library and composition engine available as a C-compatible library, a command-line image processor, and a dynamic image processing server. It provides the means to decode, encode, and apply complex visual transformations to images through programmatic interfaces, JSON job files, or on-the-fly URL query strings. The system distinguishes itself through a graph-based processing pipeline that allows for single-pass multi-format encoding, generating multiple image sizes and formats from a single decode to reduce overhead. It further features a res

    Generates several different image sizes and formats in a single job to minimize redundant decoding.

    Rustimage-compressionimage-manipulationimage-server
    Voir sur GitHub↗4,402
  • evolvinglmms-lab/otterAvatar de EvolvingLMMs-Lab

    EvolvingLMMs-Lab/Otter

    3,331Voir sur GitHub↗

    Otter is a framework and toolkit for the pretraining, fine-tuning, and evaluation of vision-language models. It provides a pipeline for training large language models to process high-resolution images and video frames, integrating visual encoders with textual token spaces. The system is designed for multi-visual input processing, allowing models to interpret multiple images or video sequences within a single prompt. It supports multi-round conversation management to maintain context across interactions for detailed scene comprehension and visual reasoning. The framework covers a full develop

    Interprets multiple images or video frames within a single prompt to follow instructions spanning different visual contexts.

    Pythonartificial-inteligencechatgptdeep-learning
    Voir sur GitHub↗3,331
  1. Home
  2. Graphics & Multimedia
  3. Image Processing & Editing
  4. Image Processing
  5. Multi-Image Sample Processing

Explorer les sous-tags

  • Interleaved Multi-Image Processors1 sous-tagModels that accept multiple images interleaved in a single conversation turn for cross-image reasoning. **Distinct from Multi-Image Sample Processing:** Distinct from Multi-Image Sample Processing: focuses on conversational interleaving of images rather than batch aggregation for a single sample.
  • Multi-Visual Context ProcessingReasoning across multiple discrete visual inputs within a single prompt to follow cross-contextual instructions. **Distinct from Multi-Image Sample Processing:** Distinct from Multi-Image Sample Processing: focuses on instruction-following across different visual contexts rather than just aggregating features.
  • Single-Pass Multi-Variation GenerationGenerating multiple image sizes and formats from a single decode process to reduce overhead. **Distinct from Multi-Image Sample Processing:** Focuses on efficiency through single-decode multi-output rather than aggregation of multiple different image samples.