Train the model with pytorch, the script is avaliable in train.ipynb, dataset can be downloaded from kaggle
Transfer the model to ONNX -> Tensorflow -> TFJS, script is avaliable in ToONNX.ipynb
Place the trained model in playground/public/converted
Run npm start
in playground