1: | tensorflowjs-to-arduino-for-tinymljs | Best to install the modules needed to client-side do the conversions yourself. This github shows what you need to do. The installation might be different on your computer. I always find this hard to do at school. |
2: | iPython Notebook TFJS to TFlite | This web based Google Colab iPython notebook (Needs a google login) loads the necessary code then you click on an upload button to load your tensorflowjs exported "model.json" and "model.weights.bin" files and it zips and downloads the tflite and c-header files. |
3: | Use a Gitpod: https://github.com/hpssjellis/Gitpod-auto-tensorflowJS-to-arduino or direct load the gitpod: Gitpod Here | A Gitpod browser docker like program that auto loads the necessaray python files and then runs a bash program to do the command line conversions. All code is easy to view, if you have a github account it loads fast. |