jacobpclouse / Motion-Extraction

With a very simple trick you can extract the motion of a video. Uses python and OpenCV
1 stars 0 forks source link

Create Frontend with Vue and Backend with Flask/Django + MVC layout? #6

Open jacobpclouse opened 9 months ago

jacobpclouse commented 9 months ago

This is more of an idea right now as the functionality of the app is paramount.

Having a smooth and intuitive web frontend would make the app easier to use vs a pure command line interface

Having a Flask/Django backend would be easier to control behavior with routes and we could organize the entire structure of the app with MVC

jacobpclouse commented 9 months ago

might be difficult to display the cv2 overlay inside the webpage, need to research this

could just have it open in a new window, but it would be nice to have it consolidated