This repository gives a GUI using PyQt4 for VQA demo using Keras Deep Learning Library. The VQA model is created using Pre-trained VGG-16 Weight for image Features and glove vectors for question Features. The video is available at https://www.youtube.com/watch?v=7FB9PvzOuQY&list=PLd9i_xMMzZF5We2-Itv1IUhKamO-mR4Ce
Run the VQA-VGG-16+LSTM-GUI.py script to run the GUI demo.
Read the loading en_glove vectors.txt if you are facing problem with loading the languauge model
The original post of Aditya Prakash is available at http://iamaaditya.github.io/2016/04/visual_question_answering_demo_notebook His original file is demo.py which you may check.
![alt tag] (https://github.com/anujshah1003/VQA-Demo-GUI/blob/master/vqa-gui-2.PNG)