Skip to content

Commit f7b181c

Browse files
init readme
1 parent 2bb843f commit f7b181c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# face-recognition.min
2+
3+
**face recognition API for the browser with tensorflow.js**
4+
5+
coming soon ...
6+
7+
![preview](https://user-images.githubusercontent.com/31125521/40273537-f4e88e82-5bc1-11e8-9472-a5f06087dfd7.gif)

examples/faceRecognition/views/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<div class="center-content col s12">
2222
<div>
2323
<div class="row center-content">
24-
<label id="status"></label>
24+
<input disabled value="" id="status" type="text" class="bold">
2525
</div>
2626
<div class="row center-content">
2727
<img id="face" src=""/>

0 commit comments

Comments
 (0)