Coder Social home page Coder Social logo

jiayue-zhou / vqa-system-with-mac-and-clevr Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 4.35 MB

A Visual Question Answering System with CLEVR and MAC Structure. It gets a picture from CLEVR dataset and a sentense of question, and outputs the answer of the question by a deep learning model.

Python 79.64% HTML 20.36%

vqa-system-with-mac-and-clevr's Introduction

demo_vqa

A Backup for VQA System

This is the code for Visual Question Answering (VQA) System.

The code has two parts. One is a simple demo for presentation. And another is the back end for VQA System.


Demo for Presentation

Python(Flask), HTML

It is an easy part. I use very basic features of Flask to have an application for presentation.

Basically I have a server.py to connect the back-end and front-end. The server is the starter class(or start point / entry) for the program.

Additionally, I have a HTML page (static/demo2.html) to show everything when I was on the presentation.


VQA System

Python(Pytorch)

It is the big part of this program.

As part of an VQA question(https://visualqa.org/), I built a VQA System with CLEVR dataset(https://cs.stanford.edu/people/jcjohns/clevr/).

The algorithm and deep learning structure are from Compositional Attention Networks for Machine Reasoning (ICLR 2018)

It is a 512 hidden layers and 12 iteration memory "cells" deep learning model. With ResNet preprocessing the images and GloVe + LSTM preprocessing the natural languages.

The best accuracy based on test data set is 96.95%.

Part of this VQA system is built according to VQA System built from Media Intelligence Lab, Hangzhou Dianzi University.


vqa-system-with-mac-and-clevr's People

Contributors

jiayue-zhou avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

ammieqi

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.