Skip to content

Latest commit

 

History

History

tensorflow_js

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Web application with Doodle image recognition via TensorFlow.js

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.

How to build application

You need to install Node.js and yarn.

$ yarn install
$ yarn build

Generate a Web application under the dist directory.