Hello,
I'am trying to run the teachable AI from Google ("Teachable Machine") on my Arduino to control stuff depending on what the AI detects.
I'am following this GitHub tutorial to understand how to run the AI on my Arduino board :
Everything was OK but then I reached the following instruction : "Next Download the [The TMConnector Processing Sketch], unzip it and open it in the Processing IDE by double clicking on the .pde file. Hit play in the upper left corner. You should see a window Like this come up:".
But when I run the code on Processing, I get this error : "The package “javax.xml.bind” does not exist. You might be missing a library."
I installed the library GitHub told me to, and I don't know what to do to solve the problem.
If you have any solution please tell me, or if you have an other idea to do image recognition on Arduino (I would like to detect when somebody doing a push-up is high or low, or when somebody doing a pull-up is high or low for example).
Thanks : )