Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 751 Bytes

README.md

File metadata and controls

15 lines (7 loc) · 751 Bytes

Nature Classifier

Based on this xkcd comic.

XKCD comic 1425 titled "Tasks"

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