MiteshPuthran/Image-Caption-Generator
The LSTM model generates captions for the input images after extracting features from pre-trained VGG-16 model. (Computer Vision, NLP, Deep Learning, Python)
This project helps you automatically describe images with natural language captions. You provide an image, and it outputs a descriptive sentence explaining what's happening in the picture. This can be used by anyone who needs to quickly generate textual descriptions for visual content, such as content creators, accessibility specialists, or analysts working with visual data.
No commits in the last 6 months.
Use this if you need a way to automatically generate descriptive text for images, perhaps for accessibility features, content cataloging, or preliminary analysis of visual information.
Not ideal if you require highly nuanced, creative, or context-specific captions that go beyond basic object recognition and action description.
Stars
90
Forks
31
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Aug 28, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/MiteshPuthran/Image-Caption-Generator"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
bobbens/sketch_simplification
Models and code related to sketch simplification of rough sketches.
tonybeltramelli/pix2code
pix2code: Generating Code from a Graphical User Interface Screenshot
emilwallner/Screenshot-to-code
A neural network that transforms a design mock-up into a static website.
jchenghu/ExpansionNet_v2
Implementation code of the work "Exploiting Multiple Sequence Lengths in Fast End to End...
shagunsodhani/Image-Caption-Generator
A simple implementation of neural image caption generator