awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

11 个仓库

Awesome GitHub RepositoriesMultimodal Model Integrations

Connecting different types of AI models, such as LLMs and VLMs, to exchange data.

Distinct from Large Language Model Integration: Existing candidates focus on secure database connectivity or visualization, not multimodal model linking.

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

Awesome Multimodal Model Integrations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • microsoft/taskmatrixmicrosoft 的头像

    microsoft/TaskMatrix

    34,079在 GitHub 上查看↗

    TaskMatrix is a visual language model orchestration framework and modular visual pipeline designed to coordinate disparate foundation models. It functions as a multi-model workflow coordinator that sequences visual and textual models through logic paths to handle image processing tasks without requiring additional training. The system integrates large language models with visual foundation models to enable the exchange of image data during interactive chat sessions. It utilizes template-based orchestration to chain specialized models together for complex visual tasks. The framework supports

    Links large language models with visual foundation models to exchange image data during chat sessions.

    Python
    在 GitHub 上查看↗34,079
  • rohitg00/ai-engineering-from-scratchrohitg00 的头像

    rohitg00/ai-engineering-from-scratch

    33,575在 GitHub 上查看↗

    This project is a structured AI engineering curriculum and educational program designed to teach the construction of machine learning models, neural networks, and autonomous agents from the ground up. It serves as a comprehensive machine learning course covering mathematical foundations, deep learning architectures, and reinforcement learning through practical implementation. The project provides a technical framework for building autonomous loops and memory systems via an agent framework, as well as guides for implementing multimodal AI systems that integrate vision, audio, and text processi

    Teaches how to integrate vision, audio, and text into unified multimodal AI models.

    Pythonagentsaiai-agents
    在 GitHub 上查看↗33,575
  • opengvlab/llama-adapterOpenGVLab 的头像

    OpenGVLab/LLaMA-Adapter

    5,921在 GitHub 上查看↗

    LLaMA-Adapter 是一个参数高效的微调框架,旨在利用最少的可训练参数来适配大型语言模型。它作为一个指令微调工具和多模态适配器,允许预训练模型遵循人类指令并处理非文本数据。 该项目专注于将图像、视频、音频和传感器数据集成到语言模型中,以实现跨模态理解。它通过使用轻量级适配器实现 LLaMA 模型的定制,允许独立于完整模型检查点提取和存储学习到的权重。 该框架涵盖了整个训练和评估生命周期,包括适配器预训练和精炼。它提供了多模态数据集成功能,并针对基准数据集评估模型性能,以衡量响应准确性。

    Integrates non-textual data like images, video, and audio into language models for cross-modal understanding.

    Python
    在 GitHub 上查看↗5,921
  • firebase/firebase-js-sdkfirebase 的头像

    firebase/firebase-js-sdk

    5,125在 GitHub 上查看↗

    这是一个后端即服务(BaaS)SDK,将 Web 和移动应用连接到一套云服务。它提供了一个统一的接口,用于管理用户身份、执行无服务器逻辑以及处理云对象存储。 该工具包的特点是其实时数据同步功能,允许 NoSQL 文档数据在多个客户端之间保持一致,并内置离线持久化。它通过多种身份提供商促进安全的用户访问,并管理无服务器函数调用,以响应 HTTPS 请求或数据库事件来执行后端逻辑。 该 SDK 涵盖了广泛的运营能力,包括 NoSQL 和关系数据库管理、崩溃监控以及用户行为分析。它还提供了用于远程应用配置、定向推送通知以及集成大语言模型以实现 AI 驱动功能的工具。 该项目使用 TypeScript 实现,并提供将 REST 和 WebSocket API 抽象为高级方法的特定语言库。

    Integrates multimodal models to process text, images, audio, and video for generative responses.

    TypeScriptfirebasefirebase-authfirebase-authentication
    在 GitHub 上查看↗5,125
  • yangjian102621/geekaiyangjian102621 的头像

    yangjian102621/geekai

    4,665在 GitHub 上查看↗

    Geekai 是一个多模型 AI 平台和 SaaS 框架,旨在通过统一界面部署和管理 AI 智能体及多模态模型。它作为一个多模态 AI 网关,为文本、图像、音频和视频生成提供对大语言模型和生成式工具的集中访问。 该项目作为一个 AI 智能体编排器,允许定义专门的角色并导入外部工作流和知识库。它的特色在于提供了一个完整的商业服务层,包括基于积分的计费、订阅管理,以及用于变现自定义 AI 应用程序的创作者生态系统。 该平台涵盖了广泛的能力领域,包括用于幻灯片和动作迁移视频的 AI 内容生成、具有基于角色访问控制(RBAC)的企业运营管理,以及用于跨本地和云提供商管理资产的驱动程序式存储抽象。它还集成了业务分析、API 速率限制和自动数据库迁移。 该系统支持在具有可配置 HTTPS 和 SSL 设置的自托管服务器上进行私有实例部署。

    Provides a unified interface to connect and exchange data between various large language models and generative tools.

    Vueazurechatgptdalle3
    在 GitHub 上查看↗4,665
  • modelscope/ms-agentmodelscope 的头像

    modelscope/ms-agent

    4,318在 GitHub 上查看↗

    ms-agent is an LLM agent framework and multi-agent orchestration system designed to build autonomous entities that combine large language models with tool calling and structured workflows. It serves as a tool integration platform and workflow engine for executing complex tasks through the coordination of specialized agents. The project distinguishes itself through a multimodal agent workflow engine capable of automating the production of text, images, and video. It features a sandboxed code execution environment for running generated code and quantitative data analysis in isolated containers,

    Sets up interfaces that allow LLMs and VLMs to process and respond to multiple data types simultaneously.

    Pythonagentic-insightagentic-searchchat-bot
    在 GitHub 上查看↗4,318
  • basedhardware/openglassBasedHardware 的头像

    BasedHardware/OpenGlass

    4,069在 GitHub 上查看↗

    OpenGlass 是一个 AI 智能眼镜框架和微控制器硬件项目,旨在将标准眼镜变成计算机视觉可穿戴设备。它提供了一个将可穿戴摄像头传感器与多模态 AI 集成的系统,以实时处理视觉数据。 该项目支持开发 AI 驱动的眼镜,可以识别人物和物体、翻译视觉文本并记录生活事件。它将现成的电子元件连接到移动软件和大语言模型进行视觉分析。 该系统涵盖了多种功能,包括实时视觉流处理和抬头显示投影。它利用基于微控制器的硬件接口、无线命令协议和移动应用编排的组合来管理可穿戴设备与基于云的视觉推理之间的数据流。

    Integrates wearable camera sensors with multimodal models to perform visual analysis and translation.

    C
    在 GitHub 上查看↗4,069
  • lazyagi/lazyllmLazyAGI 的头像

    LazyAGI/LazyLLM

    3,842在 GitHub 上查看↗

    LazyLLM is a multi-agent framework and orchestration engine designed for building complex AI applications. It provides a system for chaining large language models into sequential or parallel pipelines, utilizing a tool registry to convert standard functions into discoverable tools that models can invoke via reasoning. The project features an application deployment kit that enables hosting model workflows as web services with integrated chat interfaces and API gateways. It includes an infrastructure abstraction layer that allows users to switch between bare-metal servers, clusters, and public

    Connects different types of AI models, such as LLMs and media generators, to exchange data in sequential pipelines.

    Pythonagentsai-agentdata
    在 GitHub 上查看↗3,842
  • lanqian528/chat2apilanqian528 的头像

    lanqian528/chat2api

    3,368在 GitHub 上查看↗

    chat2api is a web-to-API bridge and proxy that converts web-based chat sessions into a standardized API format. This allows web accounts to be used programmatically within third-party client applications. The system includes a multi-account rotator that distributes requests across a pool of authentication tokens using random or sequential polling to bypass rate limits. It also functions as a multimodal API proxy, translating base64 or URL-encoded images and files into formats compatible with web-based chat interfaces. The project manages the full lifecycle of session tokens, featuring statef

    Integrates multimodal capabilities by sending images and files to LLMs for visual analysis.

    Python
    在 GitHub 上查看↗3,368
  • transformerlensorg/transformerlensTransformerLensOrg 的头像

    TransformerLensOrg/TransformerLens

    3,098在 GitHub 上查看↗

    TransformerLens is a library for mechanistic interpretability research designed to reverse engineer the learned algorithms within large language models. It provides a standardized framework for wrapping diverse transformer architectures, allowing researchers to extract, manipulate, and analyze internal activations and weights through a consistent interface. The project distinguishes itself through a comprehensive system of activation hooks that can capture, patch, and ablate internal tensors during the forward pass. It includes specialized utilities for decomposing fused projections, material

    Validates that multimodal models correctly process image inputs during forward passes and activation caching.

    Python
    在 GitHub 上查看↗3,098
  • volcengine/openvikingvolcengine 的头像

    volcengine/OpenViking

    2,993在 GitHub 上查看↗

    OpenViking is a multi-tenant context server and knowledge base administration system designed to provide AI agents with persistent long-term memory. It enables the indexing of diverse documents and codebases to support retrieval-augmented generation, allowing agents to recall past interactions, user preferences, and learned experiences across sessions. The project is distinguished by its use of a URI-based virtual filesystem to organize memories, resources, and skills. It implements a tiered context loading system that balances retrieval precision with token budgets by structuring data into a

    Connects to external VLM and Embedding providers via OpenAI-compatible APIs for image understanding and semantic retrieval.

    Pythonagentagentic-ragai-agents
    在 GitHub 上查看↗2,993
  1. Home
  2. Artificial Intelligence & ML
  3. Multimodal Model Integrations

探索子标签

  • Integration ValidationsTesting the correctness of data flow between different modalities within a unified model. **Distinct from Multimodal Model Integrations:** Focuses on verifying the correct processing of image inputs during forward passes, not the act of linking models.