Image Captioner
Python NumPy Keras
This project implements an image captioning system from scratch that generates textual descriptions from images by combining a CNN-based feature extractor (InceptionV3) with an RNN/LSTM decoder built using NumPy. It supports both greedy decoding and beam search to produce coherent and context-aware captions.
