mahendranandi/Image_Captioning
Image captioning using ResNet50 and LSTM in keras library. An application of both CV (Computer Vision) and NLP(Natural Language Processing) concepts.
This project generates descriptive captions for images. You provide an image, and it outputs a sentence explaining what's happening in it. It's designed for someone interested in how deep learning can understand visual content and describe it in natural language.
No commits in the last 6 months.
Use this if you want to understand the foundational deep learning techniques behind automatically describing image content with text.
Not ideal if you need a production-ready, highly accurate image captioning system without diving into the underlying code and models.
Stars
7
Forks
—
Language
Jupyter Notebook
License
—
Category
Last pushed
Sep 19, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/mahendranandi/Image_Captioning"
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.
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...