easy-VQA-demo icon indicating copy to clipboard operation
easy-VQA-demo copied to clipboard

A Web-based Javascript Demo of an easy-VQA model.

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