awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

28 مستودعات

Awesome GitHub RepositoriesMulti-Modal Tokenizers

Systems that convert diverse data types into unified numerical sequences for latent space processing.

Distinguishing note: Focuses on the alignment of text and visual tokens into a shared latent space, distinct from standard NLP tokenization.

Explore 28 awesome GitHub repositories matching artificial intelligence & ml · Multi-Modal Tokenizers. Refine with filters or upvote what's useful.

Awesome Multi-Modal Tokenizers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • openai/clipالصورة الرمزية لـ openai

    openai/CLIP

    33,779عرض على 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

    Converts natural language strings into numerical sequences that align with visual features within a unified latent representation space.

    Jupyter Notebookdeep-learningmachine-learning
    عرض على GitHub↗33,779
  • vercel/aiالصورة الرمزية لـ vercel

    vercel/ai

    21,885عرض على GitHub↗

    This project is a comprehensive framework for building AI-powered applications, providing a unified toolkit for orchestrating language models, autonomous agents, and interactive user interfaces. It serves as a central library for managing the entire lifecycle of AI interactions, from initial prompt generation and model provider abstraction to complex, multi-step reasoning and tool execution. The framework distinguishes itself through its deep integration with frontend development, specifically by enabling generative user interfaces that render dynamic components directly from model outputs. I

    Converts complex tool outputs like images or files into standardized formats that models can interpret and incorporate into their responses.

    TypeScriptanthropicartificial-intelligencegemini
    عرض على GitHub↗21,885
  • deepseek-ai/janusالصورة الرمزية لـ deepseek-ai

    deepseek-ai/Janus

    17,746عرض على GitHub↗

    Janus is a multimodal large language model and unified framework that integrates visual understanding and image generation within a single neural network. It functions as both a visual understanding model for analyzing images and a text-to-image generator. The system uses a unified transformer backbone and a multimodal latent space to bridge the gap between text and visual data. This architecture employs decoupled visual encoding and cross-modal tokenization to separate the paths for discriminative understanding and generative tasks, representing images as grids of discrete codes. The projec

    Employs multi-modal tokenizers to convert images into a discrete sequence of tokens shared with text.

    Pythonany-to-anyfoundation-modelsllm
    عرض على GitHub↗17,746
  • hanxiao/bert-as-serviceالصورة الرمزية لـ hanxiao

    hanxiao/bert-as-service

    12,831عرض على GitHub↗

    هذا المشروع عبارة عن خدمة تضمين BERT عالية الأداء وخادم استدلال مصمم لتعيين تسلسلات النص إلى متجهات رقمية ذات طول ثابت. يعمل كخدمة ميكرو لتعلم الآلة وخادم نموذج موزع يفصل معالجة الطلبات عن الحوسبة الثقيلة. يستخدم النظام بنية تحتية للمراسلة ZeroMQ لتوفير تواصل منخفض زمن الوصول بين العملاء الموزعين وخادم الاستدلال. يدمج معالجة الدفعات من جانب الخادم وتوسيع نطاق عبء عمل GPU لزيادة استخدام الأجهزة وإدارة أحجام الطلبات العالية. تدعم المنصة بنية تحتية للبحث الدلالي من خلال توليد تضمينات متعددة الوسائط لكل من النص والصور داخل مساحة متجه مشتركة. هذا يتيح البحث متعدد الوسائط، وترتيب صلة المحتوى، وإعادة ترتيب النتائج بناءً على المحاذاة الدلالية بين المحتوى المرئي وأوصاف النص. يمكن نشر الخدمة كخدمة ميكرو مرنة يمكن الوصول إليها عبر بروتوكولات gRPC أو HTTP أو WebSocket، وتتميز ببث مزدوج غير محظور للتعامل مع مجموعات البيانات الكبيرة.

    Converts text and images into a unified high-dimensional vector space for cross-modal retrieval.

    Python
    عرض على GitHub↗12,831
  • jina-ai/clip-as-serviceالصورة الرمزية لـ jina-ai

    jina-ai/clip-as-service

    12,829عرض على GitHub↗

    Clip-as-service is a deployable framework for generating multi-modal embeddings and executing neural searches. It provides a vector embedding server and a CLIP embedding API to convert images and text into shared vector representations via network interfaces. The system functions as a multi-modal ranking system and neural search engine, enabling the retrieval of images through text queries or the identification of matching text descriptions for images. It also includes a visual reasoning service used to analyze images and verify object presence, counts, and colors by comparing visual data aga

    Converts images and text into vector representations via network requests for neural search and similarity tasks.

    Python
    عرض على GitHub↗12,829
  • instantx-research/instantidالصورة الرمزية لـ instantX-research

    instantX-research/InstantID

    11,955عرض على GitHub↗

    InstantID is a diffusion-based identity preservation framework designed for zero-shot image generation. It allows for the synthesis of images featuring a specific person's facial identity using a single reference photo without requiring additional model training or fine-tuning. The project distinguishes itself through the use of consistency model distillation to accelerate inference, reducing the number of steps needed to produce high-quality results. It combines identity-preserving feature extraction with multi-modal prompt integration to merge visual embeddings from a reference image with t

    Combines textual descriptions with visual identity embeddings to control the final output of the diffusion process.

    Python
    عرض على GitHub↗11,955
  • yzhao062/pyodالصورة الرمزية لـ yzhao062

    yzhao062/pyod

    9,878عرض على GitHub↗

    PyOD is a Python anomaly detection library used to identify outliers in tabular, time series, graph, text, and image data. It provides a collection of algorithms for detecting anomalous data points and includes a unified detector interface that standardizes input and output signatures across its available detection algorithms. The project features a multi-modal outlier detector for identifying anomalies across diverse formats including unstructured text and images, as well as a specialized toolkit for graph-based and time-series anomaly detection. It includes an ensemble framework for combini

    Transforms diverse data formats into a common representation for unified outlier scoring.

    Pythonagentic-aianomaly-detectiondata-mining
    عرض على GitHub↗9,878
  • kyutai-labs/moshiالصورة الرمزية لـ kyutai-labs

    kyutai-labs/moshi

    9,672عرض على GitHub↗

    Moshi is a real-time voice foundation model and speech-to-speech framework designed for bidirectional, low-latency conversations. It functions as a full-duplex voice interface that processes audio and text concurrently in a single stream, enabling natural human-machine dialogue without sequential processing delays. The system utilizes a neural audio codec to compress high-fidelity audio into low-bitrate tokens for efficient transmission. To manage complex responses and reasoning, it employs internal monologue modeling, which generates a hidden stream of thought tokens alongside audible speech

    Converts audio and text into a unified token stream for single-sequence processing by the model.

    Python
    عرض على GitHub↗9,672
  • facebookresearch/imagebindالصورة الرمزية لـ facebookresearch

    facebookresearch/ImageBind

    9,036عرض على GitHub↗

    ImageBind is a multi-modal embedding model and joint representation learner that maps images, text, audio, and other modalities into a single shared vector space. It functions as a cross-modal retrieval framework designed to bind multiple sensory inputs into one cohesive mathematical embedding. The system uses a contrastive learning architecture to align disparate data types by maximizing the similarity between related samples. This allows the model to perform zero-shot multimodal classification and execute cross-modal data retrieval, such as locating visual content via natural language descr

    Maps images, text, audio, and other modalities into a single shared vector space using a neural network.

    Python
    عرض على GitHub↗9,036
  • ml-explore/mlx-examplesالصورة الرمزية لـ ml-explore

    ml-explore/mlx-examples

    8,254عرض على GitHub↗

    This repository provides a collection of reference implementations and code examples for training and deploying machine learning models using the MLX framework. It serves as a practical guide for executing distributed training, fine-tuning large language models, converting model weights, and implementing multimodal generative workflows. The project distinguishes itself through specialized examples for local hardware execution, featuring weight quantization to reduce memory usage and low-rank adaptation for parameter-efficient fine-tuning. It also includes scripts for transforming external mod

    Implements neural networks that map images and text into a shared vector space for joint retrieval.

    Pythonmlx
    عرض على GitHub↗8,254
  • internlm/lmdeployالصورة الرمزية لـ InternLM

    InternLM/lmdeploy

    7,903عرض على 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

    Coordinates the flow of image and text data through distinct encoders before processing them in a unified transformer.

    Pythoncodellamacuda-kernelsdeepspeed
    عرض على GitHub↗7,903
  • zai-org/glm-4الصورة الرمزية لـ zai-org

    zai-org/GLM-4

    7,058عرض على GitHub↗

    GLM-4 is a large language model and fine-tuning framework designed for human-like text production, complex reasoning, and multilingual conversation. It functions as a multimodal system capable of processing high-resolution visual content and as a long-context model designed to analyze documents with a context window of up to one million tokens. The project differentiates itself through a function calling interface that enables AI agent development by connecting the model to external APIs and real-time web browsing. It includes specialized capabilities for generating functional programming cod

    Integrates high-resolution visual features into a shared vector space for joint visual and linguistic reasoning.

    Pythonchatglmchatglm-6bglm
    عرض على GitHub↗7,058
  • apple/corenetالصورة الرمزية لـ apple

    apple/corenet

    6,999عرض على GitHub↗

    Corenet is a deep learning training framework and computer vision model library designed for developing neural networks across vision, text, and audio modalities. It functions as a distributed training orchestrator for scaling workloads across multiple compute nodes and provides a multimodal data pipeline for processing image, text, and video data. The project includes a model conversion toolkit for transforming weights and architectures between different machine learning frameworks. It also provides tools for optimizing model performance on Apple Silicon and reducing response latency in gene

    Converts raw audio and image bytes into specialized tensors for neural network processing.

    Jupyter Notebook
    عرض على GitHub↗6,999
  • firebase/genkitالصورة الرمزية لـ firebase

    firebase/genkit

    6,121عرض على GitHub↗

    Genkit is an open-source framework for building AI-powered applications. It provides a unified interface for connecting to hundreds of generative AI models from multiple providers, enabling text, image, audio, and video generation through a single API. The framework structures multi-step AI interactions—including chat, retrieval-augmented generation, tool use, and agentic workflows—as composable, traceable flows with built-in streaming and state management. The framework distinguishes itself through a comprehensive developer toolkit that includes a command-line interface and a local developer

    Embeds media like images into prompts for models that support multimodal input.

    TypeScript
    عرض على GitHub↗6,121
  • google-deepmind/gemmaالصورة الرمزية لـ google-deepmind

    google-deepmind/gemma

    5,475عرض على GitHub↗

    Gemma هي عائلة من نماذج اللغات الكبيرة ذات الأوزان المفتوحة القائمة على بنية محول (transformer) فك التشفير فقط. تم تصميم هذه النماذج لتوليد النصوص والمحادثات متعددة الوسائط، وهي قادرة على معالجة وتوليد الردود بناءً على تسلسلات المدخلات النصية والبصرية. يوفر المشروع نموذج ذكاء اصطناعي قابلاً للضبط الدقيق يدعم تعديل الأوزان والتكيف منخفض الرتبة (low-rank adaptation) لتخصيص الأداء لمهام معينة. يتضمن دعماً للأوزان المكممة (quantized) لتقليل استخدام الذاكرة وزيادة سرعة الاستنتاج على الأجهزة المحدودة. تغطي مساحة القدرات تكامل الذكاء الاصطناعي متعدد الوسائط، وتحسين الذاكرة من خلال تجزئة المعلمات، ودمج الأدوات الخارجية وواجهات برمجة التطبيقات لاسترجاع البيانات في الوقت الفعلي. كما تتيح توليد الصور من النصوص وأخذ عينات من مخرجات النصوص المهيكلة.

    Integrates visual and textual data by mapping different input modalities into a shared latent space for joint processing.

    Python
    عرض على GitHub↗5,475
  • deepseek-ai/deepseek-vl2الصورة الرمزية لـ deepseek-ai

    deepseek-ai/DeepSeek-VL2

    5,302عرض على GitHub↗

    DeepSeek-VL2 هو نموذج لغوي كبير متعدد الوسائط ونظام رؤية لغوية مصمم لتحليل المشاهد المرئية وتوليد نص وصفي. يعمل كنموذج للإجابة على الأسئلة المرئية والتأريض المرئي، وقادر على استخراج المعلومات من المستندات وتحديد كائنات أو مناطق محددة داخل الصور بناءً على أوصاف نصية. يستخدم المشروع معمارية خليط من الخبراء (mixture-of-experts) لمعالجة مدخلات الصور والنصوص المدمجة. تم تحسينه للاستدلال من خلال التعبئة التزايدية (incremental prefilling)، مما يقلل من متطلبات ذاكرة GPU على الأجهزة. يغطي النموذج تحليل البيانات متعدد الوسائط وفهم المستندات المرئية، بما في ذلك تفسير المخططات والتخطيطات. يقوم بإجراء استدلال مرئي وتأريض لمطابقة الاستعلامات النصية مع المحتوى المرئي المقابل.

    Implements cross-attention mechanisms to align visual regions with specific text tokens.

    Python
    عرض على GitHub↗5,302
  • microsoft/muzicالصورة الرمزية لـ microsoft

    microsoft/muzic

    4,928عرض على GitHub↗

    Muzic هي منصة وإطار عمل للتعلم العميق لتحليل الموسيقى وتأليفها وتوليفها بواسطة الذكاء الاصطناعي. تعمل كإطار عمل لتوليد الموسيقى وأداة تحليل، باستخدام نماذج لغة كبيرة ووكلاء مستقلين لتنسيق إنشاء وتفسير الموسيقى الرمزية والصوتية. يتميز المشروع بقدراته عبر الوسائط، حيث يربط اللغة الطبيعية والموسيقى الرمزية في مساحة تضمين مشتركة للتصنيف بدون أمثلة (zero-shot) واسترجاع المعلومات. يوظف مجموعة متنوعة من المعماريات المتخصصة، بما في ذلك أطر عمل الانتشار لتوليف الصوت، وآليات الانتباه ثنائية الحبيبات لاتساق الهيكل طويل التسلسل، ونظام هجين يجمع بين قواعد نظرية الموسيقى والشبكات العصبية. تغطي المنصة مجموعة واسعة من القدرات، بما في ذلك توليد تسلسلات MIDI من النص والكلمات، وتوليف صوت الغناء العصبي، ونسخ الكلمات تلقائيًا. كما توفر أدوات لنمذجة هيكل الموسيقى، والتوليد الرمزي القائم على السمات، وتنسيق أدوات الموسيقى الخارجية عبر وكلاء مستقلين. تشمل الأدوات المساعدة خطوط أنابيب هندسة البيانات لتحويل MIDI إلى ثنائي على نطاق واسع، وترميز مجموعات البيانات، ومعالجة الإشارات الصوتية لاستخراج نوتات اللحن ومحاذاة الكلام إلى فونيم.

    Maps symbolic music and natural language into a shared joint embedding space using contrastive learning.

    Pythonai-musicdeep-learningmusic
    عرض على GitHub↗4,928
  • ux-decoder/segment-everything-everywhere-all-at-onceالصورة الرمزية لـ UX-Decoder

    UX-Decoder/Segment-Everything-Everywhere-All-At-Once

    4,790عرض على GitHub↗

    هذا المشروع هو إطار عمل لتجزئة الصور متعدد الوسائط ونموذج رؤية من النص إلى القناع. يعمل كمجزئ مرئي يعتمد على SAM مصمم لعزل الكائنات المتميزة داخل الصور والفيديو عن طريق تحويل مطالبات اللغة الطبيعية والمدخلات الأخرى إلى أقنعة دلالية على مستوى البكسل. يعمل النظام كإطار عمل لتجزئة الصور متعدد الوسائط يدمج إشارات النص، والصورة، والصوت لتوليد الأقنعة. يتضمن متتبع كائنات فيديو تفاعلي يعزل ويتتبع الكيانات المرئية عبر إطارات الفيديو باستخدام صور مرجعية أو استعلامات نصية. يوفر إطار العمل قدرات لتسمية الصور الدلالية، وتعيين أسماء الفئات للأقنعة عبر مفردات محددة مسبقاً. كما يدعم تحرير الصور التفاعلي من خلال ذاكرة سجل الجلسة ويشير إلى مطابقة الميزات لاستخراج الكائنات بناءً على مناطق الصور المرجعية.

    Combines textual prompts, images, and audio signals into a unified embedding space to guide the segmentation process.

    Python
    عرض على GitHub↗4,790
  • cvg/lightglueالصورة الرمزية لـ cvg

    cvg/LightGlue

    4,625عرض على GitHub↗

    LightGlue هو إطار عمل للتعلم العميق مصمم لمطابقة الميزات المحلية وتقدير المراسلات عالية السرعة بين أزواج الصور. يعمل كنموذج مطابقة للرؤية الحاسوبية يحدد النقاط الرئيسية المتقابلة عبر وجهات نظر مختلفة. يستخدم النظام بنية شبكة عصبية تكيفية تعمل على تحسين سرعة الاستدلال ديناميكيًا عن طريق تقليم عمقها وعرضها بناءً على أزواج الصور المدخلة. يستخدم هذا النهج آلية انتباه بنمط transformer وانتباه عبر الصور لحساب الارتباطات بين واصفات الميزات. تتضمن عملية المطابقة حلقة تحسين تكرارية وإيقافًا مبكرًا ديناميكيًا لإيقاف الحساب بمجرد استيفاء عتبات الثقة. تدعم هذه القدرات خط أنابيب رؤية حاسوبية أوسع لمحاذاة الصور في الوقت الفعلي وتحسين استدلال الشبكة العصبية.

    Employs cross-attention mechanisms to compute correlations between feature descriptors of two different images.

    Python
    عرض على GitHub↗4,625
  • antgroup/echomimicالصورة الرمزية لـ antgroup

    antgroup/echomimic

    4,255عرض على GitHub↗

    EchoMimic is a multimodal human animation framework and diffusion-based video generator. It produces lifelike facial and semi-body animations of a reference image by synthesizing motion and appearance from various source data. The system enables portrait animation driven by audio, pose sequences, or driver videos. It features a landmark conditioning tool that allows for the precise control of facial movements by modifying specific landmark points. The framework covers multi-modal motion synthesis and the synchronization of reference images to match the physical movements of a target driver.

    Combines audio and pose data into a unified latent space to control subject appearance and motion.

    Pythonaaai2025audio-driven-portrait-animationsaudio-driven-talking-face
    عرض على GitHub↗4,255
السابق12التالي
  1. Home
  2. Artificial Intelligence & ML
  3. Multi-Modal Tokenizers

استكشف الوسوم الفرعية

  • Multi-Modal Embedding Models2 وسوم فرعيةNeural networks that map multiple data modalities into a single shared vector space. **Distinct from Multi-Modal Tokenizers:** Focuses on the complete embedding model rather than just the tokenization process
  • Multi-Modal Prompt Integration1 وسم فرعيMechanisms for combining textual prompts and visual embeddings to guide generative outputs. **Distinct from Multi-Modal Tokenizers:** Focuses on the integration of embeddings into the generation process rather than the tokenization of raw data.
  • Multi-modal Embedding Generation1 وسم فرعيThe process of converting multiple data types into a unified vector space via network requests. **Distinct from Multi-Modal Tokenizers:** Focuses on the end-to-end generation service rather than the specific tokenizer logic.
  • Result ProcessorsUtilities for converting raw tool outputs into model-interpretable formats. **Distinct from Multi-Modal Tokenizers:** Focuses on the conversion of tool outputs for model consumption, distinct from latent space tokenization.