Giter Club home page Giter Club logo

image-captioning's Introduction

#INTRODUCTION: A image captioning model made using inceptionV3,glove and flickr8k dataset

PROPOSED SYSTEM:

Image captioning is a new technology that combines LSTM text generation with the computer vision powers of a convolutional neural network. Here we will make use of LSTM and CNN to create a basic image captioning system. Inception is used to extract features from the images. Glove is a set of Natural Language Processing (NLP) vectors for common words.

There are two neural networks that are accessed via transfer learning.

It is important to understand that a caption is not generated with one single call to the neural network's predict function. Neural networks output a fixed-length tensor. To get a variable length output, such as free-form text, requires multiple calls to the neural network. The neural network accepts two objects (which are mapped to the input neurons). The first is the photo. The second is an ever growing caption. The caption begins with just the starting token. The neural network's output is the prediction of the next word in the caption. This continues until an end token is predicted or we reach the maximum length of a caption. Each time predict a new word is predicted for the caption. The word that has the highest probability (from the neural network) is chosen

image-captioning's People

Contributors

kris99manjunath avatar

Watchers

 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.