Project information

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.