Skip to content

varadbhogayata/visual-question-answering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visual-Question-Answering

The Intelligent system which gives answer to an Image and a Natural Language Question related to image. This is a simple updated demo of VQA by VQA_Demo which uses pretrained models (VGG, VQA) to answer a given question.

Model Architecture

The arhitecture behind the implementation is based on the model proposed in thispaper

LSTM + Q Model

Dependencies

  1. Keras
  2. Tensorflow
  3. Scikit-learn
  4. Spacy
  5. VGG-16 pretrained weights

Run

Put image in the data/ directory to test the image on this model, after run this file:

python VQAdemo.py

About

The Intelligent system which gives answer to an Image and a Natural Language Question related to image

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages