
Mickey666Maus
Germany
Asked

Experiments With Google Just Launched Teachable Machine 2.0
Go over to their website to check the new features!! https://teachablemachine.withgoogle.com/
Teachable Machine is a web-based tool that makes creating machine learning models fast, easy, and accessible to everyone. You can now export code to use it offline...
Or connect an Arduino to drive your robot directly by using a web app!! So there are a lot of options... https://experiments.withgoogle.com/tiny-sorter/view
The above sketch runs an the Arduino Leonardo, which is supported hardware on the Synthiam platform!!
So who will be first to do some ARC integration for this?
Related Hardware Arduino Leonardo
Thanks, very good website, more to learn
I see I can do the same thing with ARC cognitive description, vision
Thatd be a neat skill control plugin if someone were to make one for this!
Oh...My....Gawd......................................!!!!!!
Hey guys, I took the time to look at the options at hand when using teachable machine, its quiet easy to use on ARC!! as an example how to drive a servo, you could...
Just build your project, and give you classes names that represent your servo positions and train your model
Click on export, click update my cloud model...and copy the p5.js to your clipboard
Add a servo and HTTP server to your ARC Project, start the server! Make a new text document from your clipboard and rename it to index.html
Edit the index.html file, find the "// The results are in an array ordered by confidence." part and add in your HTTP server address and the servo to move!
Voila!!!
There is also some easy to use machine learning stuff besides Teachable Machine...its over here!! https://ml5js.github.io/ml5-examples/public/ or... https://github.com/ml5js/ml5-examples/tree/master
Whoa that’s super accessible. Give us a demo? I wonder if there’s a way to make a skill control that connects easily
Yes please do a demo. This is very exciting. I can think of a million uses for it.