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
·
E

eladhoffer/captionGen

0
View on GitHub↗
0 stars·0 forks·10 views

CaptionGen

Features

  • Computer Vision - Framework for generating image captions.
  • Computer Vision Models - Generating image annotations using PyTorch.
  • Model Implementations - Image caption generation model.
  • Image Captioning - Listed in the “Image Captioning” section of the The Incredible Pytorch awesome list.

Star history

Star history chart for eladhoffer/captiongenStar history chart for eladhoffer/captiongen

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 CaptionGen

Similar open-source projects, ranked by how many features they share with CaptionGen.
  • ruotianluo/neuraltalk2.pytorchruotianluo avatar

    ruotianluo/neuraltalk2.pytorch

    1,478View on GitHub↗

    I decide to sync up this repo and self-critical.pytorch. (The old master is in old master branch for archive)

    Python
    View on GitHub↗1,478
  • bodokaiser/piwiseB

    bodokaiser/piwise

    0View on GitHub↗

    Pixel-wise segmentation on the VOC2012dataset dataset using pytorchpytorch.

    View on GitHub↗0
  • 1adrianb/face-alignment1adrianb avatar

    1adrianb/face-alignment

    7,518View on GitHub↗

    This is a PyTorch-based computer vision library for detecting 2D and 3D facial landmark coordinates. It functions as a facial landmark detector and reconstruction tool, utilizing deep learning to identify precise geometric points on human faces from image datasets. The library allows for the selection of specific detection backends to balance accuracy and processing speed. It supports the integration of precomputed bounding box files, which enables the system to bypass the initial detection phase and proceed directly to landmark extraction. The toolkit includes capabilities for batch image p

    Python
    View on GitHub↗7,518
  • amdegroot/ssd.pytorchamdegroot avatar

    amdegroot/ssd.pytorch

    5,224View on GitHub↗

    This is a PyTorch object detection framework that implements the Single Shot MultiBox Detector for identifying and localizing multiple objects within images and video. The project provides a neural network architecture designed for single-shot object detection, which predicts bounding boxes and class labels in one pass. The implementation includes a real-time object detector capable of processing live video streams to track and label objects across sequential frames. It also features a complete computer vision training pipeline for preparing image datasets and training model weights. The fra

    Pythoncomputer-visiondeep-learningimage-recognition
    View on GitHub↗5,224
See all 30 alternatives to CaptionGen→

Frequently asked questions

What are the main features of eladhoffer/captiongen?

The main features of eladhoffer/captiongen are: Computer Vision, Computer Vision Models, Model Implementations, Image Captioning.

What are some open-source alternatives to eladhoffer/captiongen?

Open-source alternatives to eladhoffer/captiongen include: ruotianluo/neuraltalk2.pytorch — I decide to sync up this repo and self-critical.pytorch. (The old master is in old master branch for archive). nvidia/flownet2-pytorch — Pytorch implementation of FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks. 1adrianb/face-alignment — This is a PyTorch-based computer vision library for detecting 2D and 3D facial landmark coordinates. It functions as a… bodokaiser/piwise — Pixel-wise segmentation on the [VOC2012][dataset] dataset using [pytorch][pytorch]. amdegroot/ssd.pytorch — This is a PyTorch object detection framework that implements the Single Shot MultiBox Detector for identifying and… longcw/yolo2-pytorch — YOLOv2 in PyTorch.