senadkurtisi/pytorch-image-captioning
Transformer & CNN Image Captioning model in PyTorch.
This project helps generate descriptive captions for images. You provide an image, and it outputs a relevant, grammatically correct sentence describing its content. This tool is useful for anyone needing to automatically add text descriptions to visual content, such as content creators, digital marketers, or researchers working with large image datasets.
No commits in the last 6 months.
Use this if you need to automatically generate short, descriptive captions for individual images based on common real-world scenes and objects.
Not ideal if you require highly nuanced, creative, or very domain-specific descriptions, or if you need to caption videos or complex multi-image sequences.
Stars
44
Forks
5
Language
Python
License
MIT
Category
Last pushed
Mar 07, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/senadkurtisi/pytorch-image-captioning"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
zarzouram/image_captioning_with_transformers
Pytorch implementation of image captioning using transformer-based model.
rese1f/aurora
[ICLR 2025] AuroraCap: Efficient, Performant Video Detailed Captioning and a New Benchmark
tojiboyevf/image_captioning
Deep Learning Final project 2022
Hamtech-ai/Persian-Image-Captioning
A Persian Image Captioning model based on Vision Encoder Decoder Models of the transformers🤗.
tanishqgautam/Image-Captioning
Implemented 3 different architectures to tackle the Image Caption problem, i.e, Merged...