Project information
- Category: NLP
- Project date: 25 January, 2021
- Project URL: Image-Caption-Generation
Image-Caption-Generator
This project implements an Image Caption Generation model using PyTorch. The model leverages a Convolutional Neural Network (CNN) for feature extraction from images and a Recurrent Neural Network (RNN) for generating captions based on the extracted features.