Giter Club home page Giter Club logo

image-captioning-tool's Introduction

Image Captioning Tool

Image Captioning stands at the intersection of image processing and natural language understanding. This assignment aims to describe the content of an image by using CNNs and RNNs to build an Image Caption Generator. It will be implemented using Pytorch & the dataset used is the Flickr 8k dataset.

Architecture

The model architecture consists of a CNN which extracts the features and encodes the input image and a Recurrent Neural Network (RNN) based on Long Short Term Memory (LSTM) layers which acts as the decoder. The model uses the Resnet50 for encoding the input image.

ResNet-50 is a convolutional neural network that is trained on more than a million images from the ImageNet database.

For Decoder we use LSTM. Long Short-Term Memory (LSTM) networks are a modified version of recurrent neural networks, which makes it easier to remember past data in memory. The vanishing gradient problem of RNN is resolved here.

Developers

1> Rahul Jha

2> Shouryaman Singh

3> Hritabhash Ray

Final Deployed Model

Users can upload the images & the model predicts a caption depicting the image.

https://thalaforareason-07fe8a184816.herokuapp.com/

The above URL can be used to try out the model.

The model produces satisfactory results & use of transformers can be seen as part of future work to improve results.

image-captioning-tool's People

Contributors

retr0991 avatar hritabhash1 avatar iygthkg avatar

Watchers

Kostas Georgiou avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.