/DL-ImageCaptionGenerator

Python implementation of a Caption Generator for a given image

Primary LanguageJupyter NotebookMIT LicenseMIT

DL-ImageCaptionGenerator

Python implementation of a Caption Generator for a given image

About

Automatically describing the content of an image is a fundamental problem in artificial intelligence that connects computer vision and natural language processing. Captioning an image involves generating a human readable textual description given an image, such as a photograph.

Pre-requisites

Download and install the following module:
1)keras - pip install keras
2)matplotlib - pip install matplotlib
3)pickle - pip install pickle
4)matplotlib - pip install matplotlib

Note:

  1. Download the Flickr8k_Dataset, Flickr_text and glove.6B datasets and unzip before continuing with the implementation

Author

Pranav Raikote