Skip to content

expertanalytics/DTM_hackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hackathon

The Challenge

The challenge is to find the one famous scientist, explorer or pioneer, which resembles a given photo of a person (you?) the most. Then, create a REST-API around the algorithm to query it with a photo. The stretch goal is a small web page, which takes your picture and sends it to the API, and shows the results. If the algorithm contains parameters it is also interesting to expose them to the user, so he/she might learn something about the inner workings of the algorithms.

Data

We have a dataset of 6758 images of famous historical figures with extensive metadata (in German). For some people there are several photographs in the dataset, e.g. Newton. And, some photos contain more than one person, so they are a bit more challenging to use. The data is of course quite skewed. A lot of white men! So beards should maybe not be the main feature of the algorithm. http://www.digiporta.net/opendata/ (See photo below)

How it works

I will present the challenge once more at fagdag, and answer questions. You can work alone or in a team of how many you wish. If we are running out of time at this fagdag, we might extend it to the next fagdag. In the end we want of course a short presentation of each solution. The solutions or a merged version will be presented to Deutsches Museum. If we have different approaches, we could also showcase all of them or create a merged version. This would allow the users to play with different algorithms.

Hints for tools and Frameworks

There are many tools and frameworks one could use, and the choices are up to you. Here are some ideas and hints with tools I have had the joy of working with during the last year.

Image manipulation

  • OpenCV, there is no other way.

Face detection

Feature extraction

Rest API

Homepage

DividedAtBirth

DividedAtBirth uses a package called face_recognition from https://github.com/ageitgey/face_recognition. It requires a bank of images and and image to compare. It should by default be plug'n'play.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages