Python deployment not found in Edge Impulse

Ready to deploy my RPi4-based image classifier from the excellent Edge Impulse dashboard. Surprised to see that RasPi and python are not supported as deployment export options. The posted workarounds require skills that I do not possess. Is there a way to export an impulse for use on a Pi with python?

Hello @tambourello,

You can use the linux deployment options with the Linux Inferencing Python SDK:

And then feel free to use any of the examples provided in here:

Best,

Louis

Thank you Louis, I’ll check it out