flickr8k

There are 8 repositories under flickr8k topic.

  • kakshak07/Image-Captioining

    The objective is to process by generating textual description from an image – based on the objects and actions in the image. Using generative models so that it creates novel sentences. Pipeline type models uses two separate learning process, one for language modelling and other for image recognition. It first identifies objects in image and provides the result to the Inception-v3 model to convert into word embedding vector than into series of LSTM cells to get desired captions.

    Language:Python26202
  • Subangkar/Image-Captioning-Attention-PyTorch

    An attention based sequential deep learning model implemented in pytorch to generate single line caption given an input image

    Language:Jupyter Notebook10304
  • KimRass/CLIP

    PyTorch implementation of 'CLIP' (Radford et al., 2021) from scratch and training it on Flickr8k + Flickr30k

    Language:Python6200
  • awsaf49/flickr-dataset

    Download flickr8k, flickr30k image caption datasets

  • spokenlanguage/platalea

    Library for training visually-grounded models of spoken language understanding.

    Language:Python31721
  • tojiboyevf/image_captioning

    Deep Learning Final project 2022

    Language:Python3104
  • GuyKabiri/Image-Caption

    Exercise on captioning images in the Neural Networks for Computer Vision course. Using the Flickr8K dataset, and simple encoder-decoder architecture. Evaluation based on Cross-Entropy loss and 4-gram Bleu score.

    Language:Jupyter Notebook0100
  • roysti10/Image_Captioning

    Image Captioning using Encoder Decoder network , Pretrained models given

    Language:Python21