aiBrick - Machine Learning for Pybricks #1007
repkovsky
started this conversation in
Show and tell
Replies: 1 comment 4 replies
-
This is absolutely amazing! Well done! I really love the simplicity of this setup, where the users can do all coding in the same environment. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
as the future of Mindstorms and its Machine Learning module is unclear, while the future of Pybricks is surely bright, I decided to put some effort to write aiBrick - small AI/ML add-on module for Pybricks. To make it versatile, easy to use and develop, I assumed the AI/ML algorithms will be run in web browser with use of the microphone/camera from PC/smartphone, and the results of processing will be send to the Lego hub using the Bluetooth UART. On the hub's side, there is dedicated class for receiving the UART transmission and processing the results for further use with Pybricks apps. For now aiBrick works with AI/ML models trained in Teachable Machine, but I have some ideas to extend it with different modules which use AI/ML. I hope I will have some time to record demo showing example how to use aiBrick, for now there is some description and code example with working model in the project's repository https://github.com/repkovsky/aibrick. I am looking forward to your feedback!
Beta Was this translation helpful? Give feedback.
All reactions