awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 रिपॉजिटरी

Awesome GitHub RepositoriesJoint Embedding Spaces

Mathematical spaces where different data modalities are mapped to a common coordinate system for direct comparison.

Distinguishing note: Existing candidates focus on object detection or UI coordinates, not general multi-modal alignment.

Explore 5 awesome GitHub repositories matching artificial intelligence & ml · Joint Embedding Spaces. Refine with filters or upvote what's useful.

Awesome Joint Embedding Spaces GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • jina-ai/clip-as-servicejina-ai का अवतार

    jina-ai/clip-as-service

    12,829GitHub पर देखें↗

    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

    Maps different data types to the same coordinate system for direct comparison across modalities.

    Python
    GitHub पर देखें↗12,829
  • hanxiao/bert-as-servicehanxiao का अवतार

    hanxiao/bert-as-service

    12,831GitHub पर देखें↗

    यह प्रोजेक्ट एक उच्च-प्रदर्शन BERT एम्बेडिंग सर्विस और इन्फरेंस सर्वर है जिसे टेक्स्ट अनुक्रमों को निश्चित-लंबाई वाले संख्यात्मक वैक्टर में मैप करने के लिए डिज़ाइन किया गया है। यह एक मशीन लर्निंग माइक्रोसर्विस और वितरित मॉडल सर्वर के रूप में कार्य करता है जो भारी गणना से अनुरोध हैंडलिंग को अलग करता है। सिस्टम वितरित क्लाइंट और इन्फरेंस सर्वर के बीच कम-विलंबता संचार प्रदान करने के लिए ZeroMQ मैसेजिंग इंफ्रास्ट्रक्चर का उपयोग करता है। यह हार्डवेयर उपयोग को अधिकतम करने और उच्च अनुरोध वॉल्यूम को प्रबंधित करने के लिए सर्वर-साइड बैच प्रोसेसिंग और GPU वर्कलोड स्केलिंग को शामिल करता है। प्लेटफ़ॉर्म एक साझा वेक्टर स्थान के भीतर टेक्स्ट और छवियों दोनों के लिए क्रॉस-मॉडल एम्बेडिंग उत्पन्न करके सिमेंटिक सर्च इंफ्रास्ट्रक्चर का समर्थन करता है। यह क्रॉस-मॉडल खोज, सामग्री प्रासंगिकता रैंकिंग, और विजुअल सामग्री और टेक्स्ट विवरण के बीच सिमेंटिक संरेखण के आधार पर परिणामों की री-रैंकिंग को सक्षम बनाता है। सर्विस को gRPC, HTTP, या WebSocket प्रोटोकॉल के माध्यम से सुलभ एक इलास्टिक माइक्रोसर्विस के रूप में डिप्लॉय किया जा सकता है, जिसमें बड़े डेटासेट को संभालने के लिए नॉन-ब्लॉकिंग डुप्लेक्स स्ट्रीमिंग की सुविधा है।

    Implements a shared mathematical space where text and image modalities are mapped for direct semantic comparison.

    Python
    GitHub पर देखें↗12,831
  • facebookresearch/imagebindfacebookresearch का अवतार

    facebookresearch/ImageBind

    9,036GitHub पर देखें↗

    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 multiple data modalities into a joint embedding space for direct mathematical comparison.

    Python
    GitHub पर देखें↗9,036
  • meta-llama/llama-modelsmeta-llama का अवतार

    meta-llama/llama-models

    7,643GitHub पर देखें↗

    This project provides a foundational framework and reference implementation for executing causal language modeling and multimodal reasoning on local systems. It includes a set of core components for managing model assets, a fine-tuning framework, and structural definitions required to instantiate transformer-based architectures. The system is distinguished by its ability to process combined text and image inputs through multimodal transformer models for visual reasoning and document analysis. It also supports the deployment of quantized models, reducing memory footprints through low-precision

    Maps text and images into a unified vector space to enable joint reasoning and analysis.

    Python
    GitHub पर देखें↗7,643
  • facebookresearch/vjepa2facebookresearch का अवतार

    facebookresearch/vjepa2

    3,021GitHub पर देखें↗

    vjepa2 is a joint-embedding predictive architecture and video self-supervised learning framework. It functions as a visual representation learner and a robotic manipulation model designed to learn representations by predicting future latent states without reconstructing pixels. The system enables the pretraining of video encoders that learn temporally consistent features through masked-token prediction and multi-modal tokenization. It further maps these latent embeddings to specific physical movements via action-conditioned post-training to plan and execute robot arm grasping and picking task

    Implements a joint-embedding architecture that maps different views of video data into a common coordinate system.

    Python
    GitHub पर देखें↗3,021
  1. Home
  2. Artificial Intelligence & ML
  3. Joint Embedding Spaces