Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 450 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 450 Bytes

image-to-dices-tfjs

Transform an image to a grid of dice faces using Tensorflow.js

Capstone project from the Learning TensorFlow.js book by Gant Laborde

How to use

From the root folder, run yarn generate-model-data to generate the training data. Run yarn generate-model to train and move the model to the Next.js public folder.