Based on this xkcd comic.
The idea here is to bring this comic to life, allowing the user to perform a GIS* lookup of a photo to check whether it is from a national park and whether there's a bird in it.
I've built an image classifier using a pretrained model from fast.ai that was trained to identify birds, forests and squirrels.
The app also uses TomTom search API, which accepts an address or geographical coordinates, and returns the points of interest in the location, for example, a national park.
*GIS here stands for Geographic Information System