This is a web application example of a model that recognizes doodle images. We use TensorFlow.js for prediction.
Model data is not included.
Please store the model data converted for TensorFlow.js in dist/model
.
You need to install Node.js and yarn.
$ yarn install
$ yarn build
Generate a Web application under the dist
directory.