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/
All documentation
https://hailo.ai/developer-zone/documentation/
Hailo software suite
Hailo Dataflow Compiler
==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.