Raspberry Pi
Object Tracking Camera with Raspberry Pi and TensorFlow Lite
By modifying the object detection example program of TensorFlow Lite, we can easily make an object tracking camera.
Feb 6, 2022
Updated: Using Raspberry Pi and TensorFlow Lite for Object Detection
There is a newer, improved version of the TensorFlow Lite object detection program for Raspberry Pi.
Jan 30, 2022
Train custom object detection model with TensorFlow Lite Model Maker
By using the new TensorFlow Lite Model Maker, we can easily train a custom TensorFlow Lite model that can be deployed on a Raspberry Pi.
Sep 7, 2021
Use Jupyter to Experiment with Raspberry Pi's GPIOs
By using Jupyter Lab, we can try doing physical computing in an easy and interactive way.
Jan 16, 2021
Create a Decision Tree Model with scikit-learn
Decision tree is a powerful tool for machine learning. By using the scikit-learn library, we can construct and display a decision tree with a few lines of code.
Dec 25, 2020
Setup Visual Studio Code and Jupyter on Raspberry Pi
With Visual Studio Code and Jupyter installed on the Raspberry Pi, we can turn a Pi into an amazing platform for studying machine learning.
Dec 12, 2020
Stream Video from ESP32 to Raspberry Pi
By using an ESP32 with a camera, we can stream video wirelessly to a Raspberry Pi very easily.
Nov 8, 2020
Speed up TensorFlow Lite Inferencing with Coral USB Accelerator
While Raspberry Pi is not a powerful computer for AI computation, it's possible to speed up the inferencing speed signficiantly by attaching a Tensor Processing Unit to it.
Jun 27, 2020
Custom TensorFlow Image Classification with Teachable Machine
Without Google's Teachable Machine, we can train our own simple image classification models without writing a single line of code.
Jun 20, 2020
Using Raspberry Pi and TensorFlow Lite for Object Detection
By using the Raspberry Pi camera and TensorFlow Lite, it is quite easy to use AI models to perform object detection.
Apr 18, 2020
Show Current Weather on an LCD Display with Raspberry Pi
By using a Raspberry Pi and an LCD display, we can see the latest weather report from the Internet.
Mar 27, 2020
Using Breadboards
To build a more complicated circuit, breadboard is an essential tool for making prototypes effectively and quickly.
Feb 28, 2020