Jupyter Notebook Use Case
This guide walks you through running an object detection model using YOLOv8 on Jupyter Notebook, from setup to inference
Create a GPU Container using Jupyter Notebook template


Pulling YOLOv8 model using terminal in Jupyter Notebook
Step 1: Setup environment to run YOLO models, in this lab, we will use YOLOv8 to detect type of animals

Step 2: Install YOLOv8

Step 3: Load model into NVIDIA GPU H100 then check whether the model is using correct GPU

Step 4: Object detecting using YOLOv8: load an image of some animals into the current workspace, run command below to detect the type of animals in the picture
Last updated
