"Stop" and "Go": Teachable Machine Model
To get my hands dirty in machine learning, I used the amazing teachable machine. I decided to use 2 LEDs, green and red, that follow the command of “STOP” and “GO” respectively.
I enjoyed the process of training the model. It was important that the commands were clear for all 20 samples. I had a hard time coding the serial command on p5 since the labeling of “Stop” and “Go” had to be stated in the p5 code as well.
On running the serial, my red and green LED danced to the commands very well and the training was done efficiently.