In our previous demos, we got Google’s Object Detection models running on a Raspberry Pi so that you could build your own smart camera! There’s just one thing–what if you want to recognize something else besides coffee cups and people? Until recently, this was challenging; either it required a complex Colaboratory notebook or a long series of local commands to set up a local TensorFlow environment.
Google recently released a tool called Teachable Machine that automates the whole process for you! You bring some example images, configure a few parameters on their web page, and voila! Google produces a custom model trained against your own objects.
This guide walks you through the process of configuring Teachable Machine, downloading the generated model to Raspberry Pi 4, and running the model on your Pi.
No comments:
Post a Comment