Webgl Unity simple guessing game using tensorflow.js
- Live Game
- How to integrate Tensorflow.Js and Unity by Creating a simple guessing game Post
- Youtube Video
# Change into the npm directory
$ cd ./Assets/WebGLTemplates/TensorflowJsProjects/1.SimpleSequence
# install dependencies
$ npm install # Or yarn install
# Start compilation process and just change any file when needed
$ npm run dev