Does Edge Impulse supports Python?

I want to know, can I get my project as Python file? Because I just finished a project but the zip file is in C++. Does Edge Impulse supports Python? If yes, give me the steps please.

I did not put the ID of the project, I just want to know the steps to take my project as Python file.

Thanks a lot,
Adeeb

Hello @adeebalaifan,

Yes you can use Python to run the inference. See our Linux Python Inferencing SDK:

You can also have a look at this tutorial: https://docs.edgeimpulse.com/docs/tutorials/advanced-inferencing/object-counting-using-fomo

Best,

Louis