Fail to compile: "Unsupported Board"

Hello,

I am trying to upload the hello world example via Arduino using this tutorial:

https://learn.sparkfun.com/tutorials/pr … rduino/all

Since the library in the tutorial is no longer available on Arduino IDE I used git bash to install it via this tutorial:

https://github.com/tensorflow/tflite-mi … o-examples

However, when I try to verify the hello world example, I get an error “unsupported board”, leading me to believe this library no longer supports the sparkfun edge. Does anyone know a way around this? Any help would be much appreciated

I think one of the caveats is needing to use the NON-pre compiled binaries to build the files…double check which one was grabbed by git bash

As far as I can tell, you can no longer download the non-precompiled library. I am investigating other methods of uploading code as this appears to be a dead end. Thanks for the help