Skip to content

Commit

Permalink
Add README.md for face-detection node.js sample
Browse files Browse the repository at this point in the history
  • Loading branch information
huningxin committed Sep 7, 2017
1 parent c742253 commit ff19899
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions node-samples/face-detection/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# OpenCV.js face-detection sample for Node.js

## Bootstrap

```
npm install
```

## Run

```
node main.js
```

Tested on Ubuntu Linux 16.04.

0 comments on commit ff19899

Please sign in to comment.