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

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

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

THUDM/CogVLM

0
View on GitHub↗
6,742 星标·454 分支·Python·Apache-2.0·19 次浏览

CogVLM

CogVLM is a multimodal large language model designed to integrate visual and textual data for reasoning about images and generating natural language. It functions as a visual question answering system that analyzes image content to provide detailed descriptions or answer specific questions.

The project includes a visual grounding model capable of mapping text descriptions to precise bounding box coordinates within an image. It also features a vision-based automation agent that analyzes screen captures to generate execution plans and interaction coordinates for software interfaces.

The system provides tools for model customization through low-rank adaptation fine-tuning. Performance is managed via a quantization framework to reduce GPU memory usage and a distribution system for multi-GPU workloads.

Features

  • Visual Content Analysis - Provides a multimodal system that analyzes images and text to provide detailed descriptions and answer complex questions about visual scenes.
  • Visual-Language Multimodal Integration - Integrates visual features and text embeddings into a shared space for reasoning across image and language inputs.
  • GUI Action Planning - Analyzes user interface screenshots to generate a logical sequence of interaction steps and coordinates for automation.
  • Text-to-Bounding-Box Models - Implements a model capable of mapping natural language descriptions to precise bounding box coordinates within an image.
  • GUI Task Automation - Generates actionable steps and coordinates to perform tasks by identifying and interacting with screen elements.
  • Multimodal Large Language Models - Implements a neural architecture that processes both visual and textual inputs for complex reasoning.
  • Visual Question Answering - Analyzes images and text to answer natural language questions and provide detailed visual descriptions.
  • GUI Agents - Provides a vision-based agent capable of analyzing screens and interacting with desktop and mobile interfaces.
  • Object Grounding Models - Identifies and locates specific objects in images by mapping text descriptions to bounding box coordinates.
  • Inference Optimization - Enhances model execution speed and reduces memory usage through quantization and multi-GPU distribution.
  • Low-Rank Adaptation - Implements low-rank adaptation (LoRA) to efficiently update model behavior with a small set of trainable weights.
  • Multi-GPU Inference Runtimes - Optimizes GPU inference through weight quantization and distributed execution across multiple graphics processors.
  • Multi-GPU Distribution - Distributes large model parameters across multiple GPUs to overcome memory limits and reduce latency.
  • Vision-Language Fine-Tunings - Adapts pretrained vision-language models to custom domains using LoRA and other fine-tuning methods.
  • LLM Quantization Frameworks - Provides a toolkit for reducing memory usage via four or eight bit weight quantization.
  • Weight Quantization - Uses four or eight bit weight quantization to reduce GPU memory footprint and accelerate inference speed.
  • Multimodal Weight Adaptation - Adapts model behavior to specific domains by applying low-rank adaptation to custom datasets.
  • Multimodal Foundation Models - Visual expert model for language-based reasoning.
  • Multimodal LLM Models - Vision-language model achieving state-of-the-art performance on cross-modal benchmarks.

Star 历史

thudm/cogvlm 的 Star 历史图表thudm/cogvlm 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

thudm/cogvlm 是做什么的?

CogVLM is a multimodal large language model designed to integrate visual and textual data for reasoning about images and generating natural language. It functions as a visual question answering system that analyzes image content to provide detailed descriptions or answer specific questions.

thudm/cogvlm 的主要功能有哪些?

thudm/cogvlm 的主要功能包括:Visual Content Analysis, Visual-Language Multimodal Integration, GUI Action Planning, Text-to-Bounding-Box Models, GUI Task Automation, Multimodal Large Language Models, Visual Question Answering, GUI Agents。

thudm/cogvlm 有哪些开源替代品?

thudm/cogvlm 的开源替代品包括: zai-org/cogvlm — CogVLM is a multimodal large language model designed for visual reasoning and multi-turn dialogue. It functions as a… qwenlm/qwen-vl. thudm/visualglm-6b — VisualGLM-6B is a bilingual multimodal large language model and vision-language model designed for conversational… huggingface/smollm — SmolLM is a project dedicated to the development of small language models. It focuses on training and fine-tuning… opennmt/ctranslate2 — CTranslate2 is a C++ inference engine and runtime for Transformer models, designed to execute models on both CPU and… opengvlab/internvl — InternVL is a vision-language model framework that fuses a visual encoder with a large language model to translate…

CogVLM 的开源替代方案

相似的开源项目,按与 CogVLM 的功能重合度排序。
  • zai-org/cogvlmzai-org 的头像

    zai-org/CogVLM

    6,742在 GitHub 上查看↗

    CogVLM is a multimodal large language model designed for visual reasoning and multi-turn dialogue. It functions as a visual grounding model and a quantized vision model, combining text and image processing to perform complex understanding and maintain context across visual inputs. The project includes capabilities as a GUI automation agent, allowing it to analyze application screenshots, plan operational steps, and return precise screen coordinates for interface interaction. It further supports visual grounding by generating bounding box coordinates to map text descriptions to specific spatia

    Pythoncross-modalitylanguage-modelmulti-modal
    在 GitHub 上查看↗6,742
  • qwenlm/qwen-vlQwenLM 的头像

    QwenLM/Qwen-VL

    6,535在 GitHub 上查看↗
    Pythonlarge-language-modelsvision-language-model
    在 GitHub 上查看↗6,535
  • thudm/visualglm-6bTHUDM 的头像

    THUDM/VisualGLM-6B

    4,157在 GitHub 上查看↗

    VisualGLM-6B is a bilingual multimodal large language model and vision-language model designed for conversational tasks and visual understanding. It functions as a bilingual AI model capable of processing and generating responses in both Chinese and English. The system is a quantized large language model supporting 4-bit and 8-bit precision to reduce memory usage and hardware requirements during local deployment. It is also a parameter-efficient fine-tuning model, allowing for weight adjustments to adapt the system to specific downstream tasks without full retraining. The project covers mult

    Python
    在 GitHub 上查看↗4,157
  • huggingface/smollmhuggingface 的头像

    huggingface/smollm

    3,624在 GitHub 上查看↗

    SmolLM is a project dedicated to the development of small language models. It focuses on training and fine-tuning compact models that maintain high performance while utilizing fewer parameters. The project emphasizes efficient AI inference and on-device text generation, aiming to enable the deployment of lightweight models on edge devices with limited memory and processing power. It utilizes synthetic data generation to produce artificial datasets that improve the reasoning and training of these AI systems. The system supports a variety of optimization and training capabilities, including we

    Python
    在 GitHub 上查看↗3,624
查看 CogVLM 的所有 30 个替代方案→