Proof of concept - Highlight pedestrians on a live stream. Uses Python + OpenCV + Flask
$ python3 -m venv ./venv
$ source venv/bin/activate
$ pip3 install -r requirements.txt
./start.sh # .\start.bat for windows users
Now visit the started web-server on your browser, walk in front of your web cam, and watch it work!