Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 853 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 853 Bytes

A deep learning study for image geolocation in Europe

The notebook addresses the problem of geolocating a landscape picture using computer vision Deep Learning algorithms. The task is framed as a classification problem: given a picture from a European country we aim to identify the correct region of provenance (the country where it was taken, or the specific cell in a finer grid).

Data scraping for model training and validation is performed with the Street View Static API: we provide a separate light module to interface with it.

Setup

!pip install git+https://github.com/AlCatt91/Europe-Geoguesser.git