Hi, i need help passing my cv2 yolov8s video feed to a django application i got for my project
Im new to neural network development
i got pretrained YOLO8s model and trained it on my custom dataset, made a python class, using cv2 to display the results
now i need help passing my cv2 yolov8s video feed to a django application i got for my project, how do i do that?