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"