Skip to content

navinfoeurope/anonymizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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=...