Sign inSign up

cityofedmonton/blur

By cityofedmonton

•Updated about 7 years ago

A web service that blurs the location of provided bounding boxes.

Image
0

376

cityofedmonton/blur repository overview

⁠Image Blur

This image exposes a REST interface that can blur boxes in images that are sent to it.

⁠Running

Run in Postman

To run this image:

docker run -p5000:5000 cityofedmonton/blur

If you'd like an example of a docker compose that makes use of both the Human Detector⁠ image and the Blur image, try this:

version: '3'
services:
  blur:
    image: cityofedmonton/blur
    ports:
      - "5000:5000"
  detect:
    image: cityofedmonton/detect-human
    ports:
      - "5001:5001"

Tag summary

Content type

Image

Digest

Size

380.7 MB

Last updated

about 7 years ago

docker pull cityofedmonton/blur