Image Captioning


➤ Image Captioning is the process of generating textual description of an image. It uses both Natural Language Processing and Computer Vision to generate the captions.

➤ The goal of image captioning is to convert a given input image into a natural language description.

➤ we will be using the concept of CNN and LSTM and build a model of Image Caption Generator which involves the concept of computer vision and Natural Language Process to recognize the context of images and describe them in natural language like English.




Python 3.8
- Tensoflow
- Keras
- Numpy-Pandas
- LSTM
- CNN