edge-impulse-linux-runner
This will start the inferencing locally on the Jetson.
sudo apt-get install libatlas-base-dev libportaudio2 libportaudiocpp0 portaudio19-dev
pip3 install edge_impulse_linux
This could take a while to install, depending on the speed of your internet connection and SD Card.
Next, clone this repository to get some examples:
git clone https://github.com/edgeimpulse/linux-sdk-python
If the modelfile.eim is downloaded to the Desktop on your Jetson Nano, open the terminal, and change directory to linux-sdk-python/examples/image
Then, run the below command to run the model:
python3 classify.py /home/username/Desktop/modelfile.eim
username
with the user account name of your Nanolabels
section in classify.py: