GithubHelp home page GithubHelp logo

scene_interpretation's Introduction

Scene Interpretation

This project is a part of Visual Intelligence workshop conducted by CEVI LAB at KLE Technological University

Objective

This project aims at providing aid to visually challenged community by interpreting scenes and captioning images. And additionally, using the captions to generate audio for visual aid. This project uses MS COCO dataset for training and testing.

Project description

The model architecture in this project is similar to Show, Attend and Tell: Neural Image Caption Generation with Visual Attention. An attention based model is used which enables us to see the parts of the image that were attended to generate the caption. The features of images are extracted using pretrained Inception V3 model. An encoder-decoder model is trained on the vocabulary from the dataset to generate accurate captions.

Demo-Preview

The following is a testing image

Testing Image

The model returns a caption for the image from the vocabulary it was trained on. The bounding boxes help us know the parts of the image that were attended.

Image

Installation

The code can be directly used on google colab.

OR

Before running it locally on Jupyter, please ensure the installation of following Python libraries:

  • Tensorflow
  • Matplotlib
  • Collections
  • Random
  • Numpy
  • OS
  • Time
  • JSON
  • GTTS (Google Text to Speech)

Credits

Image Captioning with Visual Attention by MarkDaoust

Google TTS by zlargon

Sources

Contribute

Please feel free to contribute to this project to better achieve the objective.

scene_interpretation's People

Contributors

khushijain21 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.