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

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

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

salesforce/BLIP

0
View on GitHub↗
5,676 स्टार्स·757 फोर्क्स·Jupyter Notebook·bsd-3-clause·16 व्यूज़

BLIP

BLIP is a vision-language model framework that combines contrastive, matching, and language modeling objectives to align images with text. Built on a multimodal encoder-decoder architecture, it supports distributed data-parallel training with cosine learning rate scheduling and sliding-window metric tracking for training stability.

The framework provides capabilities for image captioning, visual question answering, and cross-modal retrieval, scoring semantic alignment between images and text through learned embeddings. It includes toolkits for fine-tuning pre-trained models on custom datasets and training vision-language models from scratch, with support for evaluating caption quality, visual reasoning accuracy, and video-text retrieval performance.

Training workflows incorporate learning rate scheduling with warmup, stepwise decay, and cosine decay, while distributed training metrics are synchronized across GPU workers via all-reduce communication. The system also supports extracting unified multimodal features for downstream tasks and logging training progress with periodic summaries.

Features

  • Training Frameworks - Provides an open-source framework for training, fine-tuning, and evaluating vision-language models on custom image-text datasets.
  • Encoder-Decoder Architectures - Processes images and text through separate encoders then fuses them in a shared transformer decoder for generation tasks.
  • Multimodal Contrastive Losses - Combines three training objectives to align image-text pairs, classify matching, and generate fluent captions.
  • Data-Parallel Training - Replicates the model across multiple GPUs and synchronizes gradients and metrics using all-reduce communication.
  • Text-to-Image Retrieval - Finds images whose content matches a text query using learned embeddings.
  • Image-Text Match Ranking - Scores how well an image and a piece of text correspond to each other, returning a compatibility score.
  • Image-to-Text Retrieval - Finds the most relevant captions or descriptions from a collection given an image query.
  • Vision-Language Training - Provides specialized training workflows for models that process both visual and textual data.
  • Cross-Modal Similarity Scoring - Computes cosine similarity between image and text embeddings to rank and retrieve matching pairs from a collection.
  • Visual Question Answering - Trains vision-language models to answer natural language questions about visual content.
  • Image Captioning - Generates descriptive natural-language text summarizing the visual content of an input image using a vision-language model.
  • Visual Question Answering Libraries - Generates natural-language descriptions and answers visual questions from images using multimodal encoder-decoder architectures.
  • Multimodal Feature Extractors - Produces a unified vector representation from an image, text, or both for downstream tasks.
  • Stepwise Decay Schedules - Reduces the learning rate by a constant factor each epoch while clamping it above a configured minimum value.
  • Cosine Warmup Schedules - Ramps the learning rate linearly then decays it along a cosine curve to stabilize early training and converge smoothly.
  • From-Scratch Trainings - Trains multimodal models from scratch on large collections of image-caption pairs.
  • Vision-Language Fine-Tunings - Adapts pretrained vision-language models to custom tasks using distributed training on custom data.
  • Caption-Based Training - Trains vision-language models to generate descriptive captions for images using paired image-caption datasets.
  • Visual Question Answering Evaluation - Runs trained models on test datasets to generate or rank answers for image-question pairs and collects results for scoring.
  • Cross-Modal Retrieval Training - Trains models to align images and text by minimizing contrastive and matching losses for cross-modal retrieval.
  • Cross-Modal Retrieval Frameworks - Scores image-text alignment and retrieves matching images or captions using learned multimodal embeddings.
  • Vision Language Models - Unified encoder-decoder architecture for image-language pre-training.

स्टार हिस्ट्री

salesforce/blip के लिए स्टार हिस्ट्री चार्टsalesforce/blip के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

BLIP के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो BLIP के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • mlfoundations/open_clipmlfoundations का अवतार

    mlfoundations/open_clip

    13,935GitHub पर देखें↗

    Open CLIP is an open source framework for training and deploying Contrastive Language-Image Pre-training models. It serves as a vision-language training framework and multimodal embedding engine that maps images and text into a shared vector space for similarity searches and zero-shot classification. The project provides a toolkit for distributed training of contrastive models and includes an image-to-text generative model for producing natural language descriptions. It supports custom text encoder integration and utilizes teacher-student model distillation to transfer knowledge from large pr

    Pythoncomputer-visioncontrastive-lossdeep-learning
    GitHub पर देखें↗13,935
  • jingyaogong/minimind-vjingyaogong का अवतार

    jingyaogong/minimind-v

    6,431GitHub पर देखें↗
    Pythonartificial-intelligencechatgptvision-language-model
    GitHub पर देखें↗6,431
  • ofa-sys/chinese-clipOFA-Sys का अवतार

    OFA-Sys/Chinese-CLIP

    5,942GitHub पर देखें↗

    Chinese-CLIP is a multimodal framework and vision-language model designed for cross-modal retrieval and representation generation using Chinese text and images. It employs a contrastive learning architecture to map visual and textual data into a shared vector space for similarity calculations. The system enables bidirectional search, allowing for text-to-image and image-to-text retrieval. It also provides zero-shot image classification, which identifies objects within images without requiring task-specific training. The project includes tools for fine-tuning pre-trained models on specialized

    Jupyter Notebook
    GitHub पर देखें↗5,942
  • facebookresearch/mmffacebookresearch का अवतार

    facebookresearch/mmf

    5,635GitHub पर देखें↗

    MMF is a modular framework for building, training, and evaluating vision-and-language models. It provides a configuration-driven experiment system where model, dataset, and training parameters are defined through composable YAML files, alongside a curated model zoo of pretrained checkpoints for state-of-the-art multimodal architectures. The framework includes a multimodal dataset loader that downloads, processes, and batches vision-and-language data, and a vision-language model trainer supporting distributed training, mixed precision, and checkpoint-based resumption. The framework distinguish

    Pythoncaptioningdeep-learningdialog
    GitHub पर देखें↗5,635
BLIP के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

salesforce/blip क्या करता है?

BLIP is a vision-language model framework that combines contrastive, matching, and language modeling objectives to align images with text. Built on a multimodal encoder-decoder architecture, it supports distributed data-parallel training with cosine learning rate scheduling and sliding-window metric tracking for training stability.

salesforce/blip की मुख्य विशेषताएं क्या हैं?

salesforce/blip की मुख्य विशेषताएं हैं: Training Frameworks, Encoder-Decoder Architectures, Multimodal Contrastive Losses, Data-Parallel Training, Text-to-Image Retrieval, Image-Text Match Ranking, Image-to-Text Retrieval, Vision-Language Training।

salesforce/blip के कुछ ओपन-सोर्स विकल्प क्या हैं?

salesforce/blip के ओपन-सोर्स विकल्पों में शामिल हैं: mlfoundations/open_clip — Open CLIP is an open source framework for training and deploying Contrastive Language-Image Pre-training models. It… jingyaogong/minimind-v. ofa-sys/chinese-clip — Chinese-CLIP is a multimodal framework and vision-language model designed for cross-modal retrieval and representation… facebookresearch/mmf — MMF is a modular framework for building, training, and evaluating vision-and-language models. It provides a… opengvlab/internvl — InternVL is a vision-language model framework that fuses a visual encoder with a large language model to translate… huggingface/nanovlm — nanoVLM is a training framework and toolkit for small vision-language models. It provides a PyTorch-based environment…