We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb843f commit f7b181cCopy full SHA for f7b181c
README.md
@@ -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
+
examples/faceRecognition/views/index.html
@@ -21,7 +21,7 @@
21
<div class="center-content col s12">
22
<div>
23
<div class="row center-content">
24
- <label id="status"></label>
+ <input disabled value="" id="status" type="text" class="bold">
25
</div>
26
27
<img id="face" src=""/>
0 commit comments