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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to shi-labs/vcoder

Open-source alternatives to VCoder

27 open-source projects similar to shi-labs/vcoder, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best VCoder alternative.

  • ailab-cvc/seedAILab-CVC avatar

    AILab-CVC/SEED

    641View on GitHub↗

    Official implementation of SEED-LLaMA (ICLR 2024).

    Python
    View on GitHub↗641
  • baai-dcai/visual-instruction-tuningBAAI-DCAI avatar

    BAAI-DCAI/Visual-Instruction-Tuning

    168View on GitHub↗

    Scale up visual instruction tuning to millions by GPT-4.

    Python
    View on GitHub↗168
  • deepmind/deepmind-researchdeepmind avatar

    deepmind/deepmind-research

    15,024View on GitHub↗

    This project is an AI research implementation library and machine learning research repository. It provides a collection of reference code, illustrative implementations, and open-source research datasets used to verify hypotheses and build upon existing models in artificial intelligence. The repository focuses on scientific research reproduction by translating theoretical findings from published papers into executable code. It includes specialized scientific simulation environments designed to test the behavior of autonomous agents and models within controlled settings. The project covers AI

    Jupyter Notebook
    View on GitHub↗15,024
  • deepseek-ai/janusdeepseek-ai avatar

    deepseek-ai/Janus

    17,746View on 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

    Pythonany-to-anyfoundation-modelsllm
    View on GitHub↗17,746

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • dvlab-research/prompt-highlighterdvlab-research avatar

    dvlab-research/Prompt-Highlighter

    158View on GitHub↗

    CVPR 2024 Prompt Highlighter: Interactive Control for Multi-Modal LLMs

    Python
    View on GitHub↗158
  • fuxiaoliu/lrv-instructionFuxiaoLiu avatar

    FuxiaoLiu/LRV-Instruction

    297View on GitHub↗

    ICLR'24 Mitigating Hallucination in Large Multi-Modal Models via Robust Instruction Tuning

    Pythonchatgptevaluationevaluation-metrics
    View on GitHub↗297
  • hanzhanggit/stackganhanzhanggit avatar

    hanzhanggit/StackGAN

    1,861View on GitHub↗

    Pytorch implementation

    Python
    View on GitHub↗1,861
  • haotian-liu/llavahaotian-liu avatar

    haotian-liu/LLaVA

    24,465View on GitHub↗

    LLaVA is a multimodal large language model architecture designed to process and interpret both image and text inputs to generate natural language responses. It functions as a research-oriented platform for visual instruction tuning, providing a framework to align language models with human intent through training on diverse datasets of paired images and text queries. The system distinguishes itself through a specialized vision-language training pipeline that connects visual data to language models using projection layers and instruction-based fine-tuning. It supports distributed inference by

    Pythonchatbotchatgptfoundation-models
    View on GitHub↗24,465
  • huawei-noah/efficient-computinghuawei-noah avatar

    huawei-noah/Efficient-Computing

    1,303View on GitHub↗

    Efficient computing methods developed by Huawei Noah's Ark Lab

    Jupyter Notebook
    View on GitHub↗1,303
  • icoz69/stablellavaicoz69 avatar

    icoz69/StableLLAVA

    95View on GitHub↗

    Official repo for StableLLAVA

    Python
    View on GitHub↗95
  • jamespark3922/localized-skdjamespark3922 avatar

    jamespark3922/localized-skd

    5View on GitHub↗

    Repo for LSKD: Distilling localized (e.g. bounding boxes), visual commonsense knowledge to Visual Language Models with ChatGPT generated data and filtering.

    Jupyter Notebook
    View on GitHub↗5
  • kelvinxu/arctic-captionskelvinxu avatar

    kelvinxu/arctic-captions

    967View on GitHub↗
    Python
    View on GitHub↗967
  • kohjingyu/fromagekohjingyu avatar

    kohjingyu/fromage

    485View on GitHub↗

    🧀 Code and models for the ICML 2023 paper "Grounding Language Models to Images for Multimodal Inputs and Outputs".

    Jupyter Notebook
    View on GitHub↗485
  • kohjingyu/gillkohjingyu avatar

    kohjingyu/gill

    472View on GitHub↗

    🐟 Code and models for the NeurIPS 2023 paper "Generating Images with Multimodal Language Models".

    Jupyter Notebook
    View on GitHub↗472
  • next-gpt/next-gptNExT-GPT avatar

    NExT-GPT/NExT-GPT

    3,636View on GitHub↗

    Shengqiong Wu, Hao Fei, Leigang Qu, Wei Ji, and Tat-Seng Chua. (Correspondence )

    Python
    View on GitHub↗3,636
  • openai/clipopenai avatar

    openai/CLIP

    33,779View on 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

    Jupyter Notebookdeep-learningmachine-learning
    View on GitHub↗33,779
  • openai/dall-eopenai avatar

    openai/DALL-E

    10,853View on GitHub↗

    This project is a PyTorch implementation of a discrete variational autoencoder designed to compress high-resolution imagery into discrete latent representations. It functions as an image autoencoder that encodes visual data into discrete codes and decodes those codes back into reconstructed images. The system utilizes a latent space image compressor to convert images into a compressed, discrete format. This allows for generative image synthesis and the analysis of image compression by transitioning between raw pixels and discrete code sequences. The implementation covers latent space visuali

    Python
    View on GitHub↗10,853
  • openrobotlab/pointllmOpenRobotLab avatar

    OpenRobotLab/PointLLM

    1,026View on GitHub↗

    ECCV 2024 Best Paper Candidate & TPAMI 2025 PointLLM: Empowering Large Language Models to Understand Point Clouds

    Python
    View on GitHub↗1,026
  • peteanderson80/bottom-up-attentionpeteanderson80 avatar

    peteanderson80/bottom-up-attention

    1,469View on GitHub↗

    Bottom-up attention model for image captioning and VQA, based on Faster R-CNN and Visual Genome

    Jupyter Notebookcaffecaptioning-imagesfaster-rcnn
    View on GitHub↗1,469
  • reedscot/icml2016reedscot avatar

    reedscot/icml2016

    911View on GitHub↗

    Generative Adversarial Text-to-Image Synthesis

    Lua
    View on GitHub↗911
  • rupertluo/valleyRupertLuo avatar

    RupertLuo/Valley

    231View on GitHub↗

    Understanding Complex Videos Relying on Large Language and Vision Models Project Page Paper The online demo is no longer available, because we released the code for offline demo deployment

    Python
    View on GitHub↗231
  • shikras/shikrashikras avatar

    shikras/shikra

    813View on GitHub↗

    Shikra : Unleashing Multimodal LLM’s Referential Dialogue Magic

    Python
    View on GitHub↗813
  • tingyu215/ts-llavatingyu215 avatar

    tingyu215/TS-LLaVA

    17View on GitHub↗

    TS-LLaVA: Constructing Visual Tokens through Thumbnail-and-Sampling for Training-Free Video Large Language Models

    Python
    View on GitHub↗17
  • x2fd/lvis-instruct4vX2FD avatar

    X2FD/LVIS-INSTRUCT4V

    134View on GitHub↗

    We introduce a fine-grained visual instruction dataset, LVIS-INSTRUCT4V, which contains 220K visually aligned and context-aware instructions produced by prompting the powerful GPT-4V with images from LVIS. Please refer to the arxiv paper for more details.

    View on GitHub↗134
  • ys-zong/vlguardys-zong avatar

    ys-zong/VLGuard

    90View on GitHub↗

    ICML 2024 Safety Fine-Tuning at (Almost) No Cost: A Baseline for Vision Large Language Models.

    Python
    View on GitHub↗90
  • yuhangzang/contextdetyuhangzang avatar

    yuhangzang/ContextDET

    260View on GitHub↗

    Contextual Object Detection with Multimodal Large Language Models

    Python
    View on GitHub↗260
  • yunqing-me/attackvlmyunqing-me avatar

    yunqing-me/AttackVLM

    228View on GitHub↗

    NeurIPS-2023 Annual Conference on Neural Information Processing Systems

    Python
    View on GitHub↗228