awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

7 Repos

Awesome GitHub RepositoriesMulti-modal Embedding Generation

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.

Explore 7 awesome GitHub repositories matching artificial intelligence & ml · Multi-modal Embedding Generation. Refine with filters or upvote what's useful.

Awesome Multi-modal Embedding Generation GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • jina-ai/clip-as-serviceAvatar von jina-ai

    jina-ai/clip-as-service

    12,829Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗12,829
  • hanxiao/bert-as-serviceAvatar von hanxiao

    hanxiao/bert-as-service

    12,831Auf GitHub ansehen↗

    Dieses Projekt ist ein BERT-Einbettungsdienst mit hoher Leistung und ein Inferenzserver, der darauf ausgelegt ist, Textsequenzen in numerische Vektoren fester Länge abzubilden. Es fungiert als Microservice für maschinelles Lernen und verteilter Modellserver, der die Anforderungsbehandlung von rechenintensiven Aufgaben entkoppelt. Das System nutzt eine ZeroMQ-Messaging-Infrastruktur, um eine Kommunikation mit geringer Latenz zwischen verteilten Clients und dem Inferenzserver bereitzustellen. Es integriert serverseitige Batch-Verarbeitung und GPU-Workload-Skalierung, um die Hardwareauslastung zu maximieren und hohe Anforderungsvolumina zu verwalten. Die Plattform unterstützt die Infrastruktur für semantische Suche durch die Generierung modalübergreifender Einbettungen für Text und Bilder innerhalb eines gemeinsamen Vektorraums. Dies ermöglicht modalübergreifende Suche, Relevanz-Ranking von Inhalten und das Re-Ranking von Ergebnissen basierend auf der semantischen Ausrichtung zwischen visuellem Inhalt und Textbeschreibungen. Der Dienst kann als elastischer Microservice bereitgestellt werden, der über gRPC-, HTTP- oder WebSocket-Protokolle zugänglich ist, und bietet nicht-blockierendes Duplex-Streaming für die Handhabung großer Datensätze.

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

    Python
    Auf GitHub ansehen↗12,831
  • yzhao062/pyodAvatar von yzhao062

    yzhao062/pyod

    9,878Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,878
  • facebookresearch/imagebindAvatar von facebookresearch

    facebookresearch/ImageBind

    9,036Auf GitHub ansehen↗

    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

    Binds various sensory inputs to a central representation, allowing one modality to be used as a query for another.

    Python
    Auf GitHub ansehen↗9,036
  • microsoft/muzicAvatar von microsoft

    microsoft/muzic

    4,928Auf GitHub ansehen↗

    Muzic ist eine Deep-Learning-Plattform und ein Framework für KI-gestützte Musikanalyse, Komposition und Synthese. Es fungiert als Musikgenerierungs-Framework und Analysetool, das große Sprachmodelle und autonome Agenten nutzt, um die Erstellung und Interpretation symbolischer und auditiver Musik zu orchestrieren. Das Projekt zeichnet sich durch seine cross-modale Fähigkeiten aus, bei denen natürliche Sprache und symbolische Musik in einen gemeinsamen Embedding-Raum für Zero-Shot-Klassifizierung und Informationsabruf abgebildet werden. Es verwendet eine Vielzahl spezialisierter Architekturen, einschließlich Diffusions-Frameworks für die Audiosynthese, Dual-Grain-Aufmerksamkeitsmechanismen für strukturelle Konsistenz bei langen Sequenzen und ein hybrides System, das musiktheoretische Regeln mit neuronalen Netzwerken kombiniert. Die Plattform deckt ein breites Spektrum an Funktionen ab, einschließlich der Generierung von MIDI-Sequenzen aus Text und Liedtexten, neuronaler Gesangssynthese und automatisierter Liedtext-Transkription. Sie bietet zudem Tools für die Modellierung von Musikstrukturen, attributbasierte symbolische Generierung und die Orchestrierung externer Musiktools über autonome Agenten. Unterstützende Dienstprogramme umfassen Data-Engineering-Pipelines für die MIDI-Binarisierung im großen Maßstab, Datensatz-Kodierung und Audiosignalverarbeitung für die Extraktion von Melodienoten und die Ausrichtung von Sprache zu Phonemen.

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

    Pythonai-musicdeep-learningmusic
    Auf GitHub ansehen↗4,928
  • open-gigaai/giga-brain-0Avatar von open-gigaai

    open-gigaai/giga-brain-0

    2,542Auf GitHub ansehen↗

    giga-brain-0 is a robot action model framework designed to train and deploy neural networks that map multi-modal sensor data to physical robot control signals. It functions as a robot manipulation controller that processes high-dimensional observations to execute dexterous, long-horizon physical tasks. The project provides a multi-modal robot inference server using a client-server architecture to stream real-time vision and language observations for instant action prediction. It includes an embodiment fine-tuning pipeline to adapt pre-trained base models to specific robot hardware configurati

    Combines visual and linguistic data into a shared vector representation to generate continuous or discrete robot actions.

    Python
    Auf GitHub ansehen↗2,542
  • vita-epfl/stable-video-infinityAvatar von vita-epfl

    vita-epfl/Stable-Video-Infinity

    2,493Auf GitHub ansehen↗

    Stable-Video-Infinity is a video synthesis tool based on Stable Video Diffusion designed for creating long-form animations and consistent visual content. It serves as an AI video extension framework and a conditioned animation synthesizer capable of producing video sequences of arbitrary length. The project enables infinite video extension by bypassing standard model duration constraints through an error-recycling loop. It supports conditioned animation synthesis using external inputs such as image streams, audio files, or skeletal motion data to guide the generation process. The framework i

    Integrates external audio and skeletal motion data to guide the animation synthesis process.

    Pythonaudio-driven-talking-facedance-generationend-to-end-filming
    Auf GitHub ansehen↗2,493
  1. Home
  2. Artificial Intelligence & ML
  3. Multi-Modal Tokenizers
  4. Multi-modal Embedding Generation

Unter-Tags erkunden

  • Cross-Modal Binding2 Sub-TagsLinks multiple sensory inputs to a central representation for cross-modal retrieval. **Distinct from Multi-modal Embedding Generation:** Focuses on the binding of different modalities for retrieval rather than the generation service of embeddings