awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 Repos

Awesome GitHub RepositoriesVisual Tokenizers

Utilities for compressing image content into optimized token representations.

Distinct from Visual Token Compression: Distinct from Visual Token Compression: focuses on the utility for tokenization rather than the compression algorithm itself.

Explore 6 awesome GitHub repositories matching data & databases · Visual Tokenizers. Refine with filters or upvote what's useful.

Awesome Visual Tokenizers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • tencent/weuiAvatar von Tencent

    Tencent/weui

    27,376Auf GitHub ansehen↗

    WeUI is a mobile web UI library and design system consisting of CSS components and HTML templates. It is specifically designed to replicate the visual identity and interface of the WeChat messaging ecosystem, providing a standardized set of components to build responsive mobile web interfaces. The library functions as a stateless component system, utilizing a pure CSS architecture and HTML templates that rely on external JavaScript for interactivity. It employs a BEM-based class naming convention to manage component nesting and prevent style leakage across complex layouts. The framework incl

    Uses visual tokens for identity, though not in the context of image tokenization.

    HTMLmobile-webstylewechat
    Auf GitHub ansehen↗27,376
  • deepseek-ai/deepseek-ocrAvatar von deepseek-ai

    deepseek-ai/DeepSeek-OCR

    22,498Auf GitHub ansehen↗

    DeepSeek-OCR is a vision processing framework designed to convert image-based text into machine-readable tokens for large language models. It functions as a document inference pipeline that encodes visual data into compact representations, enabling automated optical character recognition and document analysis workflows. The system distinguishes itself through a high-throughput architecture that utilizes hardware-accelerated batch inference to process large volumes of visual data. It incorporates dynamic resolution scaling to manage the balance between visual detail and token consumption, ensu

    Compresses image content into optimized token representations for visual analysis.

    Python
    Auf GitHub ansehen↗22,498
  • microsoft/unilmAvatar von microsoft

    microsoft/unilm

    22,030Auf GitHub ansehen↗

    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

    Implements visual data tokenization to convert raw images into discrete tokens using encoder-decoder architectures.

    Pythonbeitbeit-3bitnet
    Auf GitHub ansehen↗22,030
  • qwenlm/qwen2-vlAvatar von QwenLM

    QwenLM/Qwen2-VL

    19,404Auf GitHub ansehen↗

    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

    Controls the resolution and pixel count of visual inputs to balance processing quality with memory constraints.

    Jupyter Notebook
    Auf GitHub ansehen↗19,404
  • deepseek-ai/deepseek-vl2Avatar von deepseek-ai

    deepseek-ai/DeepSeek-VL2

    5,302Auf GitHub ansehen↗

    DeepSeek-VL2 ist ein multimodales Large Language Model und Vision-Language-System, das darauf ausgelegt ist, visuelle Szenen zu analysieren und beschreibenden Text zu generieren. Es fungiert als Modell für visuelle Fragenbeantwortung (VQA) und visuelle Verankerung (Visual Grounding), das in der Lage ist, Informationen aus Dokumenten zu extrahieren und spezifische Objekte oder Regionen innerhalb von Bildern basierend auf textuellen Beschreibungen zu lokalisieren. Das Projekt nutzt eine Mixture-of-Experts-Architektur, um kombinierte Bild- und Texteingaben zu verarbeiten. Es ist für die Inferenz durch inkrementelles Prefilling optimiert, was den GPU-Speicherbedarf auf Hardware reduziert. Das Modell deckt multimodale Datenanalyse und visuelles Dokumentenverständnis ab, einschließlich der Interpretation von Diagrammen und Layouts. Es führt visuelle Inferenz und Verankerung durch, um textuelle Anfragen mit entsprechenden visuellen Inhalten abzugleichen.

    Adjusts input image resolution and pixel counts to optimize the visual token budget.

    Python
    Auf GitHub ansehen↗5,302
  • llava-vl/llava-nextAvatar von LLaVA-VL

    LLaVA-VL/LLaVA-NeXT

    4,695Auf GitHub ansehen↗

    LLaVA-NeXT ist ein multimodales Large-Language-Model-Framework und ein Trainings-Toolkit, das darauf ausgelegt ist, verschachtelte Bild- und Videosequenzen zu verarbeiten, um Text zu generieren. Es fungiert als visuelles Sprachmodell, das Vision-Encoder mit Sprachmodellen kombiniert, um komplexes Reasoning, Question-Answering und Videoverständnis durchzuführen. Das System ist in der Lage, hochauflösende Bilder und temporale Videoframes zu analysieren, um Ereignisse zu beschreiben, Aktionen zusammenzufassen und über mehrere visuelle Inputs hinweg zu schlussfolgern. Es unterstützt die Interpretation von Dokumenten und Diagrammen, räumliche Umgebungsanalyse sowie die Generierung beschreibender Bildunterschriften für Bilder und Videos. Das Framework enthält Tools zum Tuning multimodaler Modelle mittels Preference-Optimization, um Halluzinationen zu reduzieren und die Genauigkeit zu verbessern. Es bietet zudem einen Inference-Server, um diese Funktionen als API-Dienst via HTTP-Backend bereitzustellen.

    Implements dynamic resolution scaling to optimize the visual token budget while preserving high-resolution image details.

    Python
    Auf GitHub ansehen↗4,695
  1. Home
  2. Data & Databases
  3. Data Compression Algorithms
  4. Visual Token Compression
  5. Visual Tokenizers

Unter-Tags erkunden

  • Dynamic Resolution ScalingCapabilities for adjusting input image resolution and pixel counts to optimize the visual token budget. **Distinct from Visual Tokenizers:** Focuses on adjusting resolution to manage token budget, whereas Visual Tokenizers are the utilities that perform the conversion.