Raspberry Pi Setup

This guide provides instructions for setting up a Raspberry Pi system and integrating it with the Hailo AI kit.

Install Raspberry Pi system

To set up the Raspberry Pi system, follow the guide here (you'll need a SSD card and SSD-to-USB port):

https://www.raspberrypi.com/documentation/computers/getting-started.html#raspberry-pi-imager

Setting Up the Hailo Hat

The Hailo Hat is an AI accelerator that can be integrated with the Raspberry Pi. Follow this guide to set it up:

Tutorials on using the Hailo AI kit

https://github.com/hailo-ai/hailo-rpi5-examples/blob/main/doc/install-raspberry-pi5.md#how-to-set-up-raspberry-pi-5-and-hailo


Tutorials for Using the Hailo AI Kit

Explore these tutorials to get started with the Hailo AI kit:

Hailo Detection Example


Documentation for HailoRT

The HailoRT library provides tools for running inference on Hailo devices. Full documentation is available (registration required):


Model Compilation with Hailo

For more information on compiling models for Hailo devices, refer to the Model Compilation Guide.

Note

It's important to have the correct numpy version, or you might get a cryptic error message as I did :( https://community.hailo.ai/t/hailort-python-api-numpy-version-support/1674