Playing around with automatic image captioning using a CNN-RNN model and the Microsoft COCO dataset. Taken from https://github.com/Garima13a/Automatic-Image-Captioning
Tested with Python 3.11
- Install packages with
pip install -r requirements.txt
- Get the COCO 2014 dataset from https://cocodataset.org/#home and store in a
data
folder (folder is defined at the top of the notebooks asdatapath
) - Then run in following order