This app will return the best image* out of a bunch of images
* best image - The image with the biggest most popular face in the images
Run in the command line
docker build -t best_image_app .
docker run -d -p 80:80 best_image_app
Example: with a GET request: