/face-detection-algorithmia

Face detection using OpenCV's FaceDetection algorithm hosted on Algorithmia (https://algorithmia.com/algorithms/opencv/FaceDetection)

Primary LanguageJavaScriptMIT LicenseMIT

face-detect-algorithmia

Face detection using OpenCV's FaceDetection algorithm hosted on Algorithmia (https://algorithmia.com/algorithms/opencv/FaceDetection)

Setup

Install dependencies

npm install

Configure an ALGORITHMIA_API_KEY environment variable with your Algorithmia api key

export ALGORITHMIA_API_KEY=XXXX

Usage

node app.js <image_url>