nssharmaofficial / image-caption-generator
Image captioning model with Resnet50 encoder and LSTM decoder
☆15Updated 2 months ago
Related projects ⓘ
Alternatives and complementary repositories for image-caption-generator
- Deep learning-based image captioning with Flickr8k dataset. Code includes data prep, model training, and a Streamlit app.☆27Updated last month
- A Web App to generate caption for Images. VGG-16 Model is used to encode the images and extracting features and LSTM's will be used for t…☆15Updated 2 years ago
- In this project, I define and train an image-to-caption model that can produce descriptions for real world images with Flickr-8k dataset.☆8Updated last year
- A deep learning model that generates descriptions of an image.☆15Updated 3 years ago
- Image captioning models "show and tell" + "show, attend and tell" in PyTorch☆18Updated 6 years ago
- Caption generation is a challenging artificial intelligence problem where a textual description must be generated for a given photograph.…☆7Updated 3 years ago
- Image Caption Generator implemented using Tensorflow and Keras in a Python Jupyter Notebook. The goal is to describe the content of an im …☆29Updated 3 years ago
- The LSTM model generates captions for the input images after extracting features from pre-trained VGG-16 model. (Computer Vision, NLP, De…☆83Updated 5 years ago
- Image Captioning Vision Transformers (ViTs) are transformer models that generate descriptive captions for images by combining the power o…☆27Updated 3 weeks ago
- Pytorch implementation of image captioning using transformer-based model.