Hi,
I have a OpenCV app. It is actually so basic, From a source directory I choose an image, and i crop it with mouse moves and clicks. After I crop them new cropped images are saving to another directory.
The key point is this: Every step are going on OpenCV frame. Actually, only the library I use is cv2 and os .
This is my question:
I wanna share this app on my network. Can I share this in the basic dash app?
Only 2 options, the user will choose the source directory and the target directory. And after this they click a button and OpenCV app will run on their local.
Does this seem possible to you?