AI Robot – Human Following Robot using TensorFlow Lite on Raspberry Pi
The robot uses Object Detection ML model to detect a person in the camera frame. The model provides coordinate information of the person in the frame. The fun…
7 articles tagged “TensorFlow Lite”.
The robot uses Object Detection ML model to detect a person in the camera frame. The model provides coordinate information of the person in the frame. The fun…
The robot makes use of a pre-trained Object Detection Machine Learning model to identify objects around it. It can receive commands through a Web GUI to check for…
Measured the performance of 4 models of Raspberry Pi with Google Coral USB Accelerator. Inference time is recorded for running pre-trained Image Classification ML Model (MobileNet V1) on…
Model Garden is an educational tool that runs 24 machine learning models on a Raspberry Pi and lets you switch between them from a web page while they…
Train a custom object detection model using Tensorflow Lite Model Maker and run it on Raspberry Pi. Model Maker library simplifies the task of model creation through Transfer…
Learn to implement Image Classification on Raspberry Pi using Tensorflow Lite. The article explains the working of code in detail. The code picks up an image from the…
Learn how to use an Object Detection Model on a Raspberry Pi to track a particular object of interest. Monitor the Robot's eye view on a browser and…