Person Segmentation with flask webserver Using Docker docker build -t pseg_wcam_server:latest . bash run_docker_server.sh -h 8000 # go to http://localhost:8000/ in your browser Using local system python -m venv venv source venv/bin.activate pip install -r requirements.txt python3 server.py