Baresoil
A scalable HTTPS endpoint on a Baresoil cluster that accepts JPEG image file uploads and returns thumbnails and EXIF metadata for the image. The open-source Python Pillow library is used to perform the image processing tasks.
147 lines of code.
507 GB image data processed per hour.
120,449 images per hour.
$8.56 USD per hour on Amazon AWS*.
See the full benchmark.
A scalable WebSocket endpoint on a Baresoil cluster that accepts a continuous stream of JPEG images and runs each image through a deep learning-based face detector. In addition to identifying the number and location of all faces in an image, the API also returns the locations of individual facial features like the eyes, nose, and lips. The Python face_recognition module is used to implement the image processing component.
249 lines of code.
633 GB image data processed per hour.
120,100 images per hour.
$8.58 USD per hour on Amazon AWS*.
See the full benchmark.