image_captioning

Image captioning system

This implementation allows users to generate captions from images using a neural network model with visual attention.

Tensorflow implementation of "Show, Attend and Tell: Neural Image Caption Generation with Visual Attention"

GitHub

786 stars
26 watching
353 forks
Language: Python
last commit: over 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
yunjey/show-attend-and-tell Generates captions for images using an attention-based neural network 907
chapternewscu/image-captioning-with-semantic-attention A deep learning model for generating image captions with semantic attention 51
zhegan27/semantic_compositional_nets A deep learning framework providing a model architecture and training code for image captioning using semantic compositional networks 70
apple2373/chainer-caption An image caption generation system using a neural network architecture with pre-trained models. 64
fengyang0317/unsupervised_captioning An unsupervised image captioning framework that allows generating captions from images without paired data. 215
jazzsaxmafia/show_attend_and_tell.tensorflow A TensorFlow implementation of a neural caption generator using attention mechanisms. 506
ibm/max-image-caption-generator An image caption generation system utilizing machine learning models and deep neural networks. 84
jcjohnson/cnn-vis This project enables users to generate images using convolutional neural networks (CNNs) and visualize their activations. 496
jazzsaxmafia/show_and_tell.tensorflow A neural network implementation of the 'Show and Tell' captioning algorithm using TensorFlow. 290
preritj/segmentation Deep learning models for semantic segmentation of images 100
jackonyang/captcha-tensorflow A project demonstrating image classification using Convolutional Neural Networks (CNNs) to solve captchas 997
ethanhe42/u-net A convolutional neural network architecture for biomedical image segmentation 426
aman-chauhan/image-coloring Develops a neural network to color grayscale images using local and global features 2
chenxi116/pnasnet.tf An implementation of PNASNet-5 architecture in TensorFlow for image classification on ImageNet. 102
conan7882/googlenet-inception An implementation of a deep neural network architecture for image classification using pre-trained models and fine-tuning on the CIFAR-10 dataset. 282