Sense, think, and (re)act with Reachy Mini using Edge Impulse.
python -m venv .venv
source .venv/bin/activate
pip install -e .
python edge_impulse_reachy_demo/main.py
Open a browser at
http://0.0.0.0:8080/
For LAN access, run:
REACHY_APP_HOST=0.0.0.0 REACHY_APP_PORT=8080 python edge_impulse_reachy_demo/main.py
Then use your machine IP, e.g.
http://192.168.1.171:8080/
UI based on the initial work from Dominic Pajak: 8bitkick/reachy_mini_3d_web_viz.
Thank you!