This is an Express app which uses Clarifai's Face Detection Model to return coordinate locations of faces that appear in a given image. The app is deployed to Heroku and uses the heroku-postgres service to persist registered users and the number of image entries each user has made. SQL Queries are made with the Knex.js library.
To use this API, please clone my Face Detection Client.