Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.11 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.11 KB

Faces and License Plates Blurring

Sample Jupyter Notebook that can be used together with the Amazon Sagemaker Model for detection and blurring (anonymization) of human faces and license plates in images.

Example provided by NavInfo Europe AWS Team.

Jupyter Notebook

Take a look on how to get started with Jupyter on AWS.

To run this Notebook you will need to use at least the configurations described below:

Docker container

You can also run this notebook locally using the Dockerfile from this repo.

Build and run the image.

$ docker build -t anonymizer .
$ docker run -it -v $(pwd):/app -p 8888:8888 anonymizer

Paste the URL from the container Jupyter server app to your browser:

http://127.0.0.1:8888/tree?token=...