A dockerised web-app to generate captions for uploaded images.
-
Updated
Mar 4, 2023 - HTML
A dockerised web-app to generate captions for uploaded images.
Image Caption Generator project focuses on creating a Neural Network architecture to automatically generate captions from images.
This repository contains an implementation of an image captioning model that leverages deep learning for generating textual descriptions of images. The model extracts high-level features from images using a pre-trained convolutional neural network (CNN) model, such as VGG16, and stores them for further processing. The extracted features are later u
This repo contains code for an Image Caption Generator using a Flask web app and LSTM neural network.
Add a description, image, and links to the imagecaptioning topic page so that developers can more easily learn about it.
To associate your repository with the imagecaptioning topic, visit your repo's landing page and select "manage topics."