How to use the exported best.pt models from YOLO to create an Flask App?
I have trained 2 yolo v5 models (best.pt) , 1 for segmentation and 1 for object detection with 2 different datasets,i want to create a egyptian glyph detction system in my pycharm locally, how do i actually use these models ? Any step by step tutorial ?