Image Caption Generator project (TensorFlow, InceptionV3, LSTM) — built and trained an image captioning model on Flickr8k.
Contributed to AI/ML model development by building a captioning pipeline trained on Flickr8k. The work involved preparing and using labeled image-caption pairs to learn mappings from visual features to text outputs. This contributed to improving caption fluency and relevance via supervised learning. • Used a pre-trained InceptionV3 CNN for feature extraction from images. • Trained an image captioning model combining CNN and LSTM networks with Keras. • Worked with the Flickr8k dataset, leveraging its image-caption annotations. • Evaluated improvements in generated caption quality (fluency and relevance).