zarzouram/image_captioning_with_transformers
Pytorch implementation of image captioning using transformer-based model.
This project helps machine learning practitioners or researchers automatically generate descriptive captions for images. It takes a collection of images and their associated captions as input, processes them, trains a model, and then outputs newly generated text descriptions for unseen images. It is ideal for those working on computer vision and natural language processing tasks.
No commits in the last 6 months.
Use this if you are a machine learning researcher or student who needs to implement, train, and evaluate a transformer-based model for image captioning.
Not ideal if you are looking for a ready-to-use, off-the-shelf application for image captioning without delving into model training and configuration.
Stars
68
Forks
9
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Apr 13, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/zarzouram/image_captioning_with_transformers"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related models
rese1f/aurora
[ICLR 2025] AuroraCap: Efficient, Performant Video Detailed Captioning and a New Benchmark
senadkurtisi/pytorch-image-captioning
Transformer & CNN Image Captioning model in PyTorch.
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...