Hi! That's great news about the export from Edge Impulse, I didn't realise you could do that!
I think the best solution is actually to upload via the IDE. So go to the IDE, click the Storage icon (4 discs) in the middle of the screen, then 'Upload a file', choose the file and name it '.tfmodel'.
There should really be a proper tutorial (and if Edge Impulse's export really works then I think that'd be a great thing for me to add) but right now the main examples are at:
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi! That's great news about the export from Edge Impulse, I didn't realise you could do that!
I think the best solution is actually to upload via the IDE. So go to the IDE, click the Storage icon (4 discs) in the middle of the screen, then 'Upload a file', choose the file and name it '.tfmodel'.
There should really be a proper tutorial (and if Edge Impulse's export really works then I think that'd be a great thing for me to add) but right now the main examples are at:
https://github.com/espruino/Espruino/blob/master/libs/tensorflow/README.md#actually-using-it
and
https://nodewatch.dev/software#google-colab-from-workshop (which includes a Google Colab for gesture training, as well as the code to export the .lite file to base64 if you wanted to go that route)