From 622635fda53205ca753c88736f7af67bfb5891ec Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 8 May 2024 13:13:15 +0100 Subject: [PATCH] Comments --- city.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/city.py b/city.py index 9219f9fa2..9bb0b5364 100644 --- a/city.py +++ b/city.py @@ -1,4 +1,7 @@ -""" Spoof location metadata """ +""" Decoy location metadata on images. +An aim of this is to reinforce confirmation bias within machine learning +systems looking for patterns. +""" __filename__ = "city.py" __author__ = "Bob Mottram"