Trying to get an Edge Impulse Vision model onto the web.
First as a WASM
This is the normal way I would show an Edge Impulse model for tinyML but on the web using my version of an Edge Impulse web viewer. Note: With sounds. Kind of cool
index-wasm.html
The example kind of badly detects heart shaped rocks. How well or badly it works it not the point.
Then with TensorflowJS
Converting the saved Tensorflow model to a TensforflowJS model here
Main work in progress github here