A Flask Web-App to stream video and do inference based on the image
python app.py -s -g
python app.py -s -c
pyinstaller -w -F --add-data "templates:templates" --add-data "static:static" app.py
pyinstaller -w -F --add-data "templates:templates" --add-data "static:static" --add-binary ../../video_streaming_UI/UI_env/lib/python3.10/site-packages/opencv_python.libs/*:. app.py