AmirhosseinHonardoust/Image-Captioning-CNN-LSTM
An end-to-end image captioning project using a CNN encoder (ResNet-50) and LSTM decoder in PyTorch. Includes vocabulary building, preprocessing, training with BLEU evaluation, and inference. Generates natural language captions for images with saved metrics, model checkpoints, and visualization outputs.
This project helps you automatically generate descriptive sentences for images. You provide a set of images along with their human-written captions, and the system learns to produce new, human-like captions for any new image you show it. This is useful for anyone working with large collections of images who needs to quickly describe their content.
No commits in the last 6 months.
Use this if you need to automatically generate clear, concise text descriptions for a collection of images, perhaps for searchability or accessibility.
Not ideal if you need highly nuanced or subjective interpretations of images, as the captions are based on learned patterns from existing descriptions.
Stars
47
Forks
—
Language
Python
License
MIT
Category
Last pushed
Sep 13, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/AmirhosseinHonardoust/Image-Captioning-CNN-LSTM"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
tonybeltramelli/pix2code
pix2code: Generating Code from a Graphical User Interface Screenshot
bobbens/sketch_simplification
Models and code related to sketch simplification of rough sketches.
emilwallner/Screenshot-to-code
A neural network that transforms a design mock-up into a static website.
MiteshPuthran/Image-Caption-Generator
The LSTM model generates captions for the input images after extracting features from...
jchenghu/ExpansionNet_v2
Implementation code of the work "Exploiting Multiple Sequence Lengths in Fast End to End...