Kevin-Heleodoro / image-captioning

Image Captioning model using CNN with attention mechanisms and an encoder/decoder. Dataset used is the Flickr8k image set

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Captioning with Keras

https://keras.io/examples/vision/image_captioning/

!wget -q https://github.com/jbrownlee/Datasets/releases/download/Flickr8k/Flickr8k_Dataset.zip
!wget -q https://github.com/jbrownlee/Datasets/releases/download/Flickr8k/Flickr8k_text.zip
!unzip -qq Flickr8k_Dataset.zip
!unzip -qq Flickr8k_text.zip
!rm Flickr8k_Dataset.zip Flickr8k_text.zip

About

Image Captioning model using CNN with attention mechanisms and an encoder/decoder. Dataset used is the Flickr8k image set


Languages

Language:Python 100.0%