Skip to content

vzhou842/easy-VQA-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easy-VQA-demo

A demo of a Keras model trained on the easy-VQA (Easy Visual Question Answering) dataset.

The model used in the demo is closely based on easy-VQA-keras.

See the demo live at https://easy-vqa-demo.victorzhou.com or read more in the official easy-VQA blog post.

About the Demo

The demo web app was made using create-react-app.

The demo model uses TensorFlow.js to run predictions using pre-trained weights directly in the browser.

The pre-trained Keras model is available at public/model.h5. It was converted to public/model.json using the official TensorFlow.js converter.

Setup

git clone https://github.com/vzhou842/easy-VQA-demo.git
cd easy-VQA-demo
npm install
npm start

Releases

No releases published

Packages

No packages published