Skip to content

Commit 5d99dc0

Browse files
init readme
1 parent f7b181c commit 5d99dc0

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1-
# face-recognition.min
1+
# face-recognition.min.js
22

33
**face recognition API for the browser with tensorflow.js**
44

55
coming soon ...
66

77
![preview](https://user-images.githubusercontent.com/31125521/40273537-f4e88e82-5bc1-11e8-9472-a5f06087dfd7.gif)
8+
9+
## Running the examples
10+
11+
``` bash
12+
cd examples/faceRecognition
13+
npm i
14+
npm start
15+
```
16+
17+
Browse to http://localhost:3000/.

0 commit comments

Comments
 (0)