Skip to main content
  1. Home
  2. Computing
  3. Photography
  4. News

Google’s new kit uses Raspberry Pi to bring image recognition to your project

Add as a preferred source on Google

Google said on Thursday, November 30 that it released a new AIY Vision do-it-yourself kit based on the Raspberry Pi Zero W board. The kit follows Google’s recent AIY Voice Kit for DIY voice recognition, and provides means for your project to include image recognition without the need for a connection to the cloud. That ability stems from the kit’s vision processing unit, which is capable of running local neural network models.

According to Google, the kit includes software supporting three separate neural network models. One model can detect people, cats, and dogs while another specializes in faces and their expressions. The third model is capable of recognizing “a thousand common objects.” You can even train and retrain your own neural network models using a TensorFlow-based tool built into the software.

Recommended Videos

“We also provide a Python API that gives you the ability to change the RGB button colors, adjust the piezo element sounds and access the four GPIO pins,” Google said.

At the heart of the kit’s design is the $10 Raspberry Pi Zero W board. It’s a self-contained computer consisting of a single-core processor, 512MB of memory, Wireless N and Bluetooth 4.1 connectivity, and several connectors. The kit’s included “VisionBonnet” accessory board packing Intel’s Movidius MA2450 vision processing chip connects to the Raspberry Pi’s CSI camera connector via a flex cable.

The assembly instructions show that these two boards are sandwiched together via the Raspberry Pi’s 40-pin header, and secured in place using plastic standoffs. Meanwhile, the $30 Raspberry Pi Camera 2 plugs into a special slot on the kit’s inner cardboard frame, and then plugs into the CSI camera connector on the VisionBonnet board via a flex cable. Eventually, the base device is enclosed in an additional cardboard shell containing an LED, camera lens, and tripod mount.

Right now, you can pre-order the kit only through Micro Center for $45, but it won’t become available until December 31. The drawback is that Google’s kit does not include the Raspberry Pi Zero W board, the Raspberry Pi Camera 2, or the required blank Micro SD card. Note that this card needs at least 4GB to store the downloadable software required for the device to work, and you’ll also need a utility to install the software onto the card.

Ultimately, the complete image-recognition device for your project will set you back around $85. Add Google’s AIY voice kit, and your project will have the ability to recognize people, animals, objects, and voices. But that’s another $25 just for the kit, which doesn’t include the required $35 Raspberry Pi 3 board, or the SD card needed to store the operating system and voice-recognition software.

So what can you do with image recognition? Google lists a few examples, such as detecting when your dog approaches the back door, sounding an alarm when a sibling creeps into your room, and witnessing the reactions of your neighbors when they view your Griswold-style holiday decorations. The kit sounds like fun if you’re willing to shell out an additional $85 for your project.

Kevin Parrish
Kevin started taking PCs apart in the 90s when Quake was on the way and his PC lacked the required components. Since then…
The Mac Pro is dead at Apple, and I’ll miss the cheese-grater powerhouse
RIP Mac Pro. The Mac Studio is taking the throne, and we're okay with that.
Electronics, Computer, Pc

Apple has officially discontinued the Mac Pro. It’s been removed from Apple’s website, and Apple has confirmed to 9to5Mac that there are no plans to release a future version. The buy page now redirects to Apple’s Mac homepage, where the Mac Pro no longer exists.

Why did Apple kill the Mac Pro?

Read more
March Madness, Revisited: The AI Model Did Well. But Mad Things Still Happen
Stills from NCAA games.

(NOTE: This article is part of an ongoing series documenting an experiment with using AI to fill the NCAA brackets and see how it fares against years of human experience. The original article is as follows.)

A week ago, I wrote about entering an NCAA tournament pool with a more disciplined process than I usually use.

Read more
A simple coding mistake is exposing API keys across thousands of websites
Security gaps that are easier to miss than you think
Computer, Electronics, Laptop

After analyzing 10 million webpages, researchers have found thousands of websites accidentally exposing sensitive API credentials, including keys linked to major services like Amazon Web Services, Stripe, and OpenAI.

This is a serious issue because APIs act as the backbone of the apps we use today. They allow websites to connect to services like payments, cloud storage, and AI tools, but they rely on digital keys to stay secure. Once exposed, API keys can allow anyone to interact with those services with malicious intent.

Read more