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

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
DavidHuji avatar

DavidHuji/CapDec

0
View on GitHub↗
209 stars·19 forks·Python·MIT·3 views

CapDec

Inference Notebook (a few different models):

Features

  • Image Captioning - Text-only training for captioning using noise-injected CLIP.

Star history

Star history chart for davidhuji/capdecStar history chart for davidhuji/capdec

AI search

Explore more awesome repositories

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

Start searching with AI

Open-source alternatives to CapDec

Similar open-source projects, ranked by how many features they share with CapDec.
  • karpathy/neuraltalk2karpathy avatar

    karpathy/neuraltalk2

    5,588View on GitHub↗

    Neuraltalk2 is a deep learning vision system designed for automatic image captioning. Built with PyTorch, it utilizes a hybrid architecture that combines a convolutional neural network encoder with a recurrent neural network decoder to generate textual descriptions from visual input. The project features a GPU-accelerated training pipeline capable of distributing workloads across multiple graphics processing units through multi-process distribution. It supports the generation of descriptions for both static image files and real-time video streams. The framework includes capabilities for enco

    Jupyter Notebook
    View on GitHub↗5,588
  • tingsongyu/pytorch_tutorialTingsongYu avatar

    TingsongYu/PyTorch_Tutorial

    8,018View on GitHub↗

    This project is a comprehensive collection of educational examples and reference implementations for building vision and language models using PyTorch. It serves as a deep learning tutorial covering the end-to-end process of developing neural networks, from initial architecture definition to final production deployment. The repository provides detailed guides on implementing a wide range of domain-specific models, including convolutional neural networks for object detection and segmentation, as well as transformer and recurrent architectures for natural language processing. It emphasizes gene

    Python
    View on GitHub↗8,018
  • salesforce/blipsalesforce avatar

    salesforce/BLIP

    5,676View on GitHub↗

    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

    Jupyter Notebookimage-captioningimage-text-retrievalvision-and-language-pre-training
    View on GitHub↗5,676
  • vikhyat/moondreamvikhyat avatar

    vikhyat/moondream

    9,769View on GitHub↗

    Moondream is a small-scale vision language model designed to reason across images to generate captions and answer natural language questions. It functions as an edge-optimized system capable of performing visual question answering, image captioning, and object detection. The project distinguishes itself through a lightweight architecture designed for local inference on embedded devices, workstations, and air-gapped hardware. It supports the execution of models on local GPUs and Apple Silicon to ensure data privacy and low latency. The system's capabilities include identifying precise object

    Python
    View on GitHub↗9,769
See all 16 alternatives to CapDec→

Frequently asked questions

What does davidhuji/capdec do?

Inference Notebook (a few different models):

What are the main features of davidhuji/capdec?

The main features of davidhuji/capdec are: Image Captioning.

What are some open-source alternatives to davidhuji/capdec?

Open-source alternatives to davidhuji/capdec include: karpathy/neuraltalk2 — Neuraltalk2 is a deep learning vision system designed for automatic image captioning. Built with PyTorch, it utilizes… xinyu1205/recognize-anything — Recognize-anything is a multimodal foundation model designed for image recognition, visual tagging, and the generation… tingsongyu/pytorch_tutorial — This project is a comprehensive collection of educational examples and reference implementations for building vision… salesforce/blip — BLIP is a vision-language model framework that combines contrastive, matching, and language modeling objectives to… vikhyat/moondream — Moondream is a small-scale vision language model designed to reason across images to generate captions and answer… mlfoundations/open_clip — Open CLIP is an open source framework for training and deploying Contrastive Language-Image Pre-training models. It…