Create env for hailo dataflow

sudo add-apt-repository ppa:deadsnakes/ppa -y
sudo apt update
sudo apt install python3.10 python3.10-venv python3.10-distutils -y
sudo apt-get install graphviz graphviz-dev
sudo apt-get install python3.10-dev
python3.10 -m venv .hailo_dataflow
source .hailo_dataflow/bin/activate
pip install pygraphviz

Download hailo dataflow (user required) https://hailo.ai/developer-zone/software-downloads/

image.png

All documentation

https://hailo.ai/developer-zone/documentation/

Hailo software suite

https://hailo.ai/developer-zone/documentation/hailo-sw-suite-2025-01/?sp_referrer=suite/suite_overview.html

Hailo Dataflow Compiler

https://hailo.ai/developer-zone/documentation/dataflow-compiler-v3-30-0/?sp_referrer=tutorials/tutorials.html

image-a5173e88-80a2-480e-9cf2-8af22f0934ba.png

==Important:== Run this in the terminal for a notebook guide

hailo tutorial

Compiling models

Download hailo dataflow (user required) https://hailo.ai/developer-zone/software-downloads/

uv pip install hailo_dataflow_compiler-3.30.0-py3-none-linux_x86_64.whl 

Hailo Data compiler tutorial

With Hailo installed, you can type in the terminal

hailo tutorial

to get a notebook running of hailo tutorials.