indropal / ImageDescription_with_DeepNeuralNets

This project in deep learning involves developing a model that can generate descriptions/captions of images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generating of Image Annotations with Deep Learning

This project in deep learning involves developing a model that can generate descriptions/captions of images.

The architecture of the Deep Neural Net is as follows:

  • Deep CNN Encoder: InceptionV3
  • LSTM base Decoder: LSTM layers are used for decoding

About

This project in deep learning involves developing a model that can generate descriptions/captions of images


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%