ksvithun/Image-Caption-Generator-using-python
Image caption generator is a process of recognizing the context of an image and annotating it with relevant captions using deep learning, and computer vision. we will build an image caption generator to load a random image and give some captions describing the image. We will use Convolutional Neural Network (CNN) for image feature extraction and Long Short-Term Memory Network (LSTM) for Natural Language Processing (NLP).
Jupyter Notebook
No issues in this repository yet.