Mosquito-Alert / mosquito_alert

The Django app behind Mosquito Alert platform.
https://webserver.mosquitoalert.com
Other
7 stars 4 forks source link

Detect sensitive (faces/people) in images and block them #102

Open epou opened 1 year ago

epou commented 1 year ago

Images with sensitive content (faces, car crashes, etc) are often received on our platform. An automatic system to detect and discard them should be implemented.

Interesting solutions

Full list: https://github.com/topics/face-detection?l=python

https://docs.aws.amazon.com/rekognition/latest/dg/moderation.html https://cloud.google.com/dlp/docs/inspecting-images

epou commented 11 months ago

@JohnPalmer, should these images be removed from the server, or just hidden to the public?