show-attend-and-tell
Image caption generator
Generates captions for images using an attention-based neural network
TensorFlow Implementation of "Show, Attend and Tell"
907 stars
38 watching
323 forks
Language: Jupyter Notebook
last commit: over 6 years ago
Linked from 3 awesome lists
attention-mechanismimage-captioningmscoco-image-datasetshow-attend-and-telltensorflow
Related projects:
Repository | Description | Stars |
---|---|---|
jazzsaxmafia/show_attend_and_tell.tensorflow | A TensorFlow implementation of a neural caption generator using attention mechanisms. | 506 |
jazzsaxmafia/show_and_tell.tensorflow | A neural network implementation of the 'Show and Tell' captioning algorithm using TensorFlow. | 290 |
deeprnn/image_captioning | This implementation allows users to generate captions from images using a neural network model with visual attention. | 786 |
jiasenlu/adaptiveattention | Adaptive attention mechanism for image captioning using visual sentinels | 334 |
chapternewscu/image-captioning-with-semantic-attention | A deep learning model for generating image captions with semantic attention | 51 |
akosiorek/attend_infer_repeat | An implementation of Attend, Infer, Repeat, a method for fast scene understanding using generative models. | 82 |
yunjey/domain-transfer-network | Generates images from one domain into another without paired data using a neural network model | 862 |
jackonyang/captcha-tensorflow | A project demonstrating image classification using Convolutional Neural Networks (CNNs) to solve captchas | 997 |
visionlearninggroup/ask_attend_and_answer | Develops a deep learning model to answer questions about visual scenes based on spatial attention and question guidance | 25 |
kacky24/stylenet | A PyTorch implementation of a framework for generating captions with styles for images and videos. | 63 |
apple/ml-no-token-left-behind | A PyTorch implementation of an explainability-aided image classification and generation system | 138 |
contextualai/lens | Enhances language models to generate text based on visual descriptions of images | 351 |
yangxuntu/sgae | Automatically generates scene graphs from images to aid in image captioning tasks | 220 |
ibm/max-image-caption-generator | An image caption generation system utilizing machine learning models and deep neural networks. | 84 |
yiwuzhong/sub-gc | A PyTorch implementation of image captioning models via scene graph decomposition. | 96 |