Sure, a livestream object detection code with OpenCV. I bet you weren't able to find one Dockerized and as a Web Application, so I decided to make it available for you to try it out!.
Its window shoud be something like that, maybe less funnier :P:
The output on Telegram, on the other hand, will be something like this:
$ git clone https://github.com/dev-gazer/ObjectDetection.git
$ cd ObjectDetection/src
$ sudo docker build -t ObjectDetection .
$ sudo docker run -it -p 5000:5000 --device /dev/video0 ObjectDetection
NOTE1: Be aware that you must specify the path to your device in docker run. The command "--device /dev/video0" refers to it. NOTE2: You may need to use a different port than port 5000. In this case use an available port on your host.
$ sudo docker stop ObjectDetection
$ docker rm ObjectDetection