Anyone wanting to train a Machine Learning (ML) model these days has a plethora of Python frameworks to choose from. However, when it comes to distributing your trained model to something other than a Python environment, the amount of options quickly drops.
Luckily there is Tensorflow.js, a JavaScript (JS) subset of the popular Python...