1. Connect your Pi to a power source and wait for it boot up.
You should see a solid red light and an intermittently flashing green light.
2. Open command prompt on a PC or terminal on Mac/Linux and connect to your Pi using SSH.
Type the following command but replace the bolded number below with IP address of your Pi:
ssh pi@192.168.0.22
cd ~ git clone https://github.com/lobe/lobe-adafruit-kit.git
cd ~ mkdir model
6. Copy saved_model.tflite
and signature.json
from your exported Lobe model to the model
directory on the Pi.
cd ~ wget https://raw.githubusercontent.com/lobe/lobe-python/master/scripts/lobe-rpi-install.sh sudo bash lobe-rpi-install.sh
8. In terminal on the Pi, run the Python program lobe-basic-prediction.py
Type the following commands:
cd ~ cd lobe-adafruit-kit python3 lobe-basic-prediction.py
Text editor powered by tinymce.