I spent the day trying to bring the second Number Detector to JavaScript but I was unable to convert a Keras model into TensorFlow.js, using the example model trainer directly.

Now I have to figure out how to make TF.js do the same that was done on the first Number Detector.

So far I learned how to save/load the model, as well as predicting the number based on the model.