Master's Thesis: Photoplaces

2015

Displayed image
Slider ImageSlider ImageSlider ImageSlider ImageSlider Image

For my Master's Thesis, I researched using publicly available metadata from photos to find interesting places for tourists to visit. The results were displayed in web browser.

The analysis algorithm uses "Density-Join" clustering method to find clusters of photos that are close to each other in both time and space. Analysed photos were acquired using Flickr public API. The results can be intuitively browsed on Google Maps-based map view. The cluster icons highlight the seasonal distribution of the photos in each cluster.

Since this was a web project, I used a bunch of open source libraries building the web service part. The server is ran on Python with Django framework and Gunicorn http server with MySQL. The front-end is loosely built on top of Bootstrap and uses Google Maps for the map component. The animated graphs are build with D3js and jQuery is used to glue it all together.

The research paper can be found in Aaltodoc. All code written for the project is available in GitHub. The web service is hosted on a shared server and may or may not be available here.

What I used in this project