Issues while using Arduino to run an image recognition IA

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 : )

Ok so the problem is solved : )
If anyone has the same issue, look at this StackOverflow answer from George Profenza : java - Processing 4.3 Issue : "The package “javax.xml.bind” does not exist. You might be missing a library." while following a GitHub tutorial - Stack Overflow
It worked perfectly for me :+1:

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.