Automatic Image Captioning

Image Captioning project for "Computer Vision Expert" Udacity Nanodegree Program

Overview

Combine CNN and RNN knowledge to build a network that automatically produces captions, given an input image. Inspired by *"Show and Tell: A Neural Image Caption Generator" - paper

The project will be broken up into four Python notebooks:

Notebook 0 : Dataset

Notebook 1 : Preliminaries

Notebook 2 : Training

Notebook 3 : Inference