Attempt at using AWS facial recognition to find look-a-likes in the Rijksmuseum's art collection.
Download all the images to a folder by bundle rake download_individual_json
After that, bundle rake combine_json will generate a single combined.json with the
object IDs and image URLs. The database is checked in
Start a EC2 instance. I chose a t2.micro. SSH into the machine and run:
git clone https://github.com/tijmenb/rijksmuseum-aws-experiment.git
cd rijksmuseum-aws-experiment
ruby download-images.rb
This will take a lot of time.