Following the Tic-Tac-Toe tutorial from https://react.dev/learn/tutorial-tic-tac-toe
See projectAttempting to classify hand-drawn digits by using a Neural Network trained on the MNIST hand-drawn digits dataset. Digits can be from 0 to 9, however, the model will always predict one of these values. This is the reason that even the empty canvas predicts to a digit.
See project