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
·

45 dépôts

Awesome GitHub RepositoriesMultimodal Models

Neural network architectures that process and align multiple data types, such as images and text, within a shared representation space.

Distinguishing note: Specifically targets cross-modal alignment architectures rather than unimodal vision or language models.

Explore 45 awesome GitHub repositories matching artificial intelligence & ml · Multimodal Models. Refine with filters or upvote what's useful.

Awesome Multimodal Models 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.
  • openai/clipAvatar de openai

    openai/CLIP

    33,779Voir sur GitHub↗

    CLIP is a neural network architecture designed to map visual and textual data into a shared latent vector space. By utilizing transformer-based feature extraction and multi-modal tokenization, the system aligns images and natural language strings, enabling cross-modal similarity analysis and semantic classification. The project functions as a zero-shot classification engine, identifying image content by calculating the cosine similarity between visual features and arbitrary text labels without requiring task-specific retraining. Beyond inference, it serves as a research toolkit for evaluating

    A neural network architecture that maps images and text into a shared vector space to enable cross-modal similarity analysis.

    Jupyter Notebookdeep-learningmachine-learning
    Voir sur GitHub↗33,779
  • sgl-project/sglangAvatar de sgl-project

    sgl-project/sglang

    29,079Voir sur GitHub↗

    Sglang is a high-performance inference engine and serving system designed for large language and multimodal models. It provides a programmable interface for orchestrating complex generation workflows, enabling developers to coordinate multi-turn dialogues, tool invocations, and reasoning chains through a domain-specific language. The platform is built to support production-scale deployments, offering an OpenAI-compatible API that allows for integration with existing application ecosystems. The system distinguishes itself through a disaggregated architecture that separates compute-intensive pr

    Extends model capabilities to process image inputs by defining custom processors, feature extractors, and vision-specific attention mechanisms.

    Pythonattentionblackwellcuda
    Voir sur GitHub↗29,079
  • openbmb/minicpm-oAvatar de OpenBMB

    OpenBMB/MiniCPM-o

    23,850Voir sur GitHub↗

    MiniCPM-o is a multimodal large language model designed to function as a real-time conversational assistant on edge devices. By mapping text, image, video, and audio inputs into a unified latent space, the system enables simultaneous cross-modal reasoning and full-duplex interaction. It is built as an edge-side inference engine, utilizing quantized model weights to maintain high-performance processing on consumer hardware. The system distinguishes itself through its integrated speech synthesis and voice cloning capabilities, which allow for the generation of expressive, personalized vocal out

    Maps text, image, and audio inputs into a unified latent space to enable simultaneous cross-modal reasoning.

    Pythonminicpmminicpm-vmulti-modal
    Voir sur GitHub↗23,850
  • microsoft/unilmAvatar de microsoft

    microsoft/unilm

    22,030Voir sur GitHub↗

    This project is a comprehensive framework and toolkit for developing, optimizing, and deploying transformer-based models across multimodal, document intelligence, and natural language processing tasks. It provides a unified neural architecture that processes text, vision, audio, and document layout data through a shared set of weights, enabling researchers and developers to build foundational models that align cross-modal representations. The platform distinguishes itself through advanced training and inference strategies designed for large-scale deep learning. It incorporates specialized mec

    Enables the development of foundational models that align and process cross-modal data including speech, images, and text.

    Pythonbeitbeit-3bitnet
    Voir sur GitHub↗22,030
  • qwenlm/qwen2-vlAvatar de QwenLM

    QwenLM/Qwen2-VL

    19,404Voir sur GitHub↗

    Qwen2-VL is a multimodal large language model and vision language model designed to process and reason across text, images, and video content. It functions as a visual reasoning engine and a visual agent framework, capable of interpreting visual data to perform object detection, document parsing, and spatial reasoning. The model is distinguished by its ability to act as a video understanding model, processing hour-long videos with second-level indexing and event recall. It further differentiates itself through a visual agent capability that interacts with software interfaces and robotic hardw

    Converts visual features into a sequence of discrete tokens that the language model treats as natural language input.

    Jupyter Notebook
    Voir sur GitHub↗19,404
  • nvidia-nemo/nemoAvatar de NVIDIA-NeMo

    NVIDIA-NeMo/NeMo

    17,389Voir sur GitHub↗

    NeMo is a comprehensive framework designed for the development, training, and deployment of large-scale conversational and generative artificial intelligence models. It provides an integrated platform for building multimodal systems, encompassing speech processing, language modeling, and reinforcement learning alignment. The framework is built to handle the entire lifecycle of AI development, from data curation and model pretraining to production-ready service deployment. The platform distinguishes itself through advanced distributed training capabilities, including tensor and pipeline parall

    Enables construction of audio-aware multimodal models using mixture-of-experts architectures and efficient parallelism.

    Pythonasrdeeplearninggenerative-ai
    Voir sur GitHub↗17,389
  • xenova/transformers.jsAvatar de xenova

    xenova/transformers.js

    16,141Voir sur GitHub↗

    Transformers.js is a JavaScript library and web machine learning framework designed to run pretrained transformer models directly in the browser. It serves as a client-side inference engine and a wrapper for the ONNX Runtime, enabling the execution of multimodal AI tasks on user devices without the need for a backend server. The library distinguishes itself by providing a unified toolkit for processing text, image, and audio data locally. This architecture supports privacy-preserving model inference and reduces latency by performing all computations on the client's hardware. Its capabilities

    Loads and runs models that can process and classify data across text, image, and audio modalities.

    JavaScript
    Voir sur GitHub↗16,141
  • uber/ludwigAvatar de uber

    uber/ludwig

    11,718Voir sur GitHub↗

    Ludwig is a declarative machine learning framework designed for training neural networks and large language models using configuration files instead of manual coding. It functions as a multimodal model builder and a low-code tool for supervised fine-tuning, allowing users to build models that process mixed inputs of text, images, audio, and tabular data. The project distinguishes itself through an automated hyperparameter optimizer and a system for large language model fine-tuning using parameter-efficient adapters. It features a multimodal data pipeline and the ability to automatically gener

    Builds architectures that process and align diverse data types like text, images, and audio in a shared space.

    Python
    Voir sur GitHub↗11,718
  • salesforce/lavisAvatar de salesforce

    salesforce/LAVIS

    11,236Voir sur GitHub↗

    LAVIS is a multimodal large language model framework and vision-language model library. It provides tools for training and evaluating models that integrate visual, textual, and audio data, serving as a cross-modal feature extractor and a zero-shot visual reasoning engine. The framework distinguishes itself by using frozen-backbone integration, where pretrained encoders remain non-trainable while lightweight adapter layers are updated. It employs cross-modal feature alignment to map different representations into a shared embedding space and utilizes a modular model wrapper to swap vision and

    Implements neural network architectures that process and align images and text within a shared representation space.

    Jupyter Notebook
    Voir sur GitHub↗11,236
  • wandb/wandbAvatar de wandb

    wandb/wandb

    10,844Voir sur 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

    Measures model proficiency in interpreting and reasoning over combined visual and textual data.

    Pythonaicollaborationdata-science
    Voir sur GitHub↗10,844
  • huggingface/text-generation-inferenceAvatar de huggingface

    huggingface/text-generation-inference

    10,775Voir sur GitHub↗

    Text Generation Inference is a production-ready engine designed for the deployment and serving of large language models. It functions as a containerized runtime environment that manages model execution, scales across distributed hardware, and provides high-performance inference capabilities for demanding production environments. The project distinguishes itself through advanced optimization techniques, including continuous batching to maximize hardware utilization and tensor parallelism to shard large models across multiple accelerator cards. It supports efficient inference through custom com

    Processes combined image and text inputs by utilizing specialized models capable of multimodal interpretation.

    Pythonbloomdeep-learningfalcon
    Voir sur GitHub↗10,775
  • 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

    Integrates diverse data types by embedding images and text into a shared vector space for joint predictive modeling.

    Pythonautogluonautomated-machine-learningautoml
    Voir sur GitHub↗9,997
  • xorbitsai/inferenceAvatar de xorbitsai

    xorbitsai/inference

    9,358Voir sur GitHub↗

    This project is a platform for the deployment of open source large language and multimodal models. It provides a unified interface to serve text, image, and speech models across local or cloud hardware. The system enables distributed AI inference by orchestrating model workloads across multiple nodes and devices. It includes a unified API adapter layer to standardize inputs and outputs, as well as tools for multimodal chat and structural image generation. The platform covers a broad capability surface including request batching for throughput optimization, dynamic model loading, and integrat

    Provides a unified interface to serve text, image, and speech models across local or cloud hardware.

    Python
    Voir sur GitHub↗9,358
  • intel/ipex-llmAvatar de intel

    intel/ipex-llm

    8,836Voir sur GitHub↗

    Intel XPU LLM Acceleration Library is a toolkit designed to accelerate large language model inference and finetuning on Intel CPUs, GPUs, and NPUs. It provides a distributed inference engine for scaling models across multiple accelerators, a multimodal model runtime for vision and speech tasks, and a low-bit model quantization tool for converting weights into INT4, FP8, and GGUF formats. The project features a parameter-efficient finetuning framework that enables model adaptation using QLoRA and DPO on Intel hardware. It distinguishes itself by providing specialized optimizations for Intel XP

    Provides a specialized runtime for executing vision-language and speech-to-text models on local graphics processors.

    Python
    Voir sur GitHub↗8,836
  • alirezadir/machine-learning-interviewsAvatar de alirezadir

    alirezadir/Machine-Learning-Interviews

    8,455Voir sur GitHub↗

    This project is a comprehensive machine learning interview guide and technical study resource designed for individuals preparing for machine learning and AI engineering roles. It provides a collection of materials and practice problems covering core algorithms, theoretical fundamentals, and the implementation of neural network architectures. The resource serves as a technical reference for generative AI development, focusing on the design and optimization of large language models and diffusion systems. It includes frameworks for system design, covering the architecture of production machine l

    Provides technical guidance on constructing neural network architectures that align multiple data types in a shared representation space.

    Jupyter Notebookagenticaiai-agents
    Voir sur GitHub↗8,455
  • internlm/lmdeployAvatar de InternLM

    InternLM/lmdeploy

    7,903Voir sur GitHub↗

    lmdeploy is a high-performance inference engine and deployment framework for large language models and vision models. It functions as a multi-modal model server and compression toolkit designed to serve models with high throughput and low latency. The system enables the distribution of model services across multiple machines using request-based load balancing and tensor parallelism. It includes specialized tools for model quantization and compression to reduce the memory footprint of weights and caches. The framework covers broad capability areas including production deployment, distributed

    Provides unified interfaces for deploying and serving multimodal model architectures across diverse hardware environments.

    Pythoncodellamacuda-kernelsdeepspeed
    Voir sur GitHub↗7,903
  • paddlepaddle/larkAvatar de PaddlePaddle

    PaddlePaddle/LARK

    7,717Voir sur GitHub↗

    LARK is a development toolkit for training, fine-tuning, and deploying large language models and multimodal models based on PaddlePaddle. It functions as a comprehensive framework that includes an LLM training orchestrator, an inference server, and a multimodal model framework for processing text, image, and video inputs. The project features a retrieval-augmented generation system for building conversational applications that integrate web search and private knowledge bases. It provides specific capabilities for multimodal reasoning and complex logic, enabling the extraction of structured da

    Provides a framework for building models that perform reasoning and information extraction across text, image, video and document inputs.

    Python
    Voir sur GitHub↗7,717
  • meta-llama/llama-modelsAvatar de meta-llama

    meta-llama/llama-models

    7,643Voir sur GitHub↗

    Ce projet fournit un framework fondamental et une implémentation de référence pour exécuter la modélisation causale du langage et le raisonnement multimodal sur des systèmes locaux. Il inclut un ensemble de composants de base pour gérer les actifs de modèles, un framework de fine-tuning et les définitions structurelles nécessaires pour instancier des architectures basées sur des transformers. Le système se distingue par sa capacité à traiter des entrées combinées de texte et d'image via des modèles transformers multimodaux pour le raisonnement visuel et l'analyse de documents. Il prend également en charge le déploiement de modèles quantifiés, réduisant l'empreinte mémoire grâce à des techniques de basse précision pour permettre l'inférence sur des appareils en périphérie (edge devices). Le projet couvre de larges domaines de capacités, incluant le fine-tuning supervisé et l'adaptation de bas rang (LoRA) pour la personnalisation de domaine, ainsi qu'un gestionnaire d'actifs complet pour télécharger, vérifier et organiser les poids des modèles et les tokenizers. Des fonctionnalités supplémentaires englobent la génération de texte multilingue, le traitement de contexte long et l'ancrage visuel du langage.

    Loads and runs models that process text alongside image inputs for visual reasoning and document analysis.

    Python
    Voir sur GitHub↗7,643
  • thudm/glm-4Avatar de THUDM

    THUDM/GLM-4

    7,059Voir sur GitHub↗

    GLM-4 is an open weights large language model designed as a multimodal chat system. It functions as a reasoning-focused and multilingual model capable of processing and generating responses across text and visual data types. The model is distinguished by its function-calling capabilities, allowing it to interface with external tools and APIs to execute tasks and retrieve real-time information. It is optimized for complex logical reasoning, mathematical problem solving, and deep research involving long-form content generation. Broad capabilities include multilingual text generation, the creat

    Functions as a multimodal chat system capable of processing and generating responses across text and visual data types.

    Python
    Voir sur GitHub↗7,059
  • huggingface/smol-courseAvatar de huggingface

    huggingface/smol-course

    6,661Voir sur GitHub↗

    This project is an educational program focused on the alignment of small language models. It provides a technical curriculum and a series of courses designed to teach how to align models with human preferences and behaviors. The material covers the implementation of preference optimization algorithms and the adaptation of vision-language models to process both text and image data simultaneously. It also includes instructional guides on synthetic data generation to improve model performance in specialized domains. The curriculum encompasses supervised fine-tuning workflows, the use of chat te

    Guides the configuration of vision-language models to process text and images within a shared representation space.

    Jupyter Notebook
    Voir sur GitHub↗6,661
Préc.123Suivant
  1. Home
  2. Artificial Intelligence & ML
  3. Multimodal Models

Explorer les sous-tags

  • Model ModificationTargeted updates to the behavior and knowledge of multimodal model architectures. **Distinct from Multimodal Models:** Focuses on modification of the model's state, whereas the parent covers the general architecture.
  • Model Serving InterfacesUnified interfaces for deploying and serving multimodal model architectures across diverse hardware environments. **Distinct from Multimodal Models:** Focuses on the serving and deployment interface rather than the internal neural network architecture of multimodal models.
  • Multimodal Model Runners3 sous-tagsLoads and runs models that process text alongside images, audio, or video inputs. **Distinct from Multimodal Models:** Distinct from Multimodal Models: focuses on the runtime execution of multimodal models rather than their internal architecture.
  • Multimodal RuntimesExecution environments specifically optimized for running models that process multiple data modalities. **Distinct from Multimodal Models:** Focuses on the runtime execution engine rather than the model architecture itself.
  • Multimodal Token Interleaving1 sous-tagTechniques for mapping text, image, and audio inputs into a unified latent space for cross-modal reasoning. **Distinct from Multimodal Models:** Distinct from general multimodal models: focuses on the interleaving of disparate token types within a shared latent space.