I have made a program using Python, tkinter, and OpenCV in which I can select a region of an image and get the coordinates of the region.
Now I want to turn this into a web application.
I didn't find any resources on how to do this. I am using python and flask right now. What do I need to know to do this?