Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 449 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 449 Bytes

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>