Overall Approach

As part of this prototype, we investigated the use of the YOLOv8 model. This model can be found online at yolov8 and downloaded.

Image Processing Sections

  1. We will first review its out-of-the-box capabilities.

  2. We will then fine-tune it to allow it to do more specialized work for us.

  3. Once we have a new, customized version of the model, we will deploy it in Red Hat OpenShift AI Model Serving.

  4. Once that is done, we will send queries to it.

Image Processing Out-of-the-box capabilities

Let’s start by looking at a YOLOv8 model and explore how it works on static car images.

car image
  • In your running workbench, navigate to the folder parasol-insurance/lab-materials/04.

  • Look for (and open) the notebook called 04-01-over-approach.ipynb.

  • Execute the cells of the notebook, and ensure you understand what is happening.