I am trying to implement my YOLOv8 model into my own website using my own weights. I have gotten the weights I am planning to use. I am trying to create a live prediction, where the website displays a live video (for example: a phone camera) and draws bounding boxes with a prediction score. Can someone explain how I can now implement this model into a live camera for my website?
Thanks in advance!
I have tried first to get it working on VSCode, but I am getting import failures, so I was wondering how I can implement my model without getting any errors on my own website.