Using HAILO 8 with python to run YOLO object detection on static images

I have a model trained by YOLOv11 to detect objects in static images. This was done on the Google Coral just fine, using python.

I am looking to do the exact same thing with the HAILO 8. Is this possible?

For example: I want to create a python script that processes 10 images and runs the object detection model on them and save those results.