pyHailort documentation

I’m new to working with Hailo. Is there a user guide for the Python API with the available functions? If it exists, could you provide me with the link, please?

Please refer to: https://hailo.ai/developer-zone/documentation/hailort/latest/?sp_referrer=api/python_api.html
and the Python example codes located in our github examples repo:

Hello,

I would like to know if there is a more extensive documentation, not just a list of what the functions do and a bunch of examples without explanation, but a thorough guide of how to work with pyhailort, including a quickstart and a deep explanation aboutwhat the different components have.

The vast majority of python libraries have something like this, and i don’t understand why hailo customers have to just “figure things out” on their own.

Hi @Noam_Levi_Kurtz,

Have you gone through our official guides?

They are available under the devzone in our website. For example, for pyHailoRT for Hailo-8:

(make sure you log on before opening the link)

In the guide, you will also find API examples and detailed inference explanation.