Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 504 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 504 Bytes

Automatic Image captioning is one of the most recent problem to attract both Computer Vision and Natural Language community. Object and pattern recognition in images, as well as relationships between words, has to be trained in order to successfully come up with an image caption.

In this project, I would attempt to use a pre-trained Convolutional Neural Network (Xception) to process image data, followed by building a deep multi-layer recurrent neural network to generate the captions in English.