enabled live demo on gitpages
parent
c67e78c84b
commit
e2f1fc3641
10
README.md
10
README.md
|
@ -1,5 +1,13 @@
|
||||||
# FaceAPI
|
# FaceAPI
|
||||||
|
|
||||||
|
**Face detection and recognition libary for Browser and NodeJS implemented on top of TensorFlow/JS**
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
**Live Demo**: <https://vladmandic.github.io/face-api/example/webcam.html>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
## Note
|
## Note
|
||||||
|
|
||||||
This is updated **face-api.js** with latest available TensorFlow/JS as the original face-api.js is not compatible with **tfjs 2.0+**.
|
This is updated **face-api.js** with latest available TensorFlow/JS as the original face-api.js is not compatible with **tfjs 2.0+**.
|
||||||
|
@ -15,8 +23,6 @@ And since original Face-API was open-source, I've released this version as well
|
||||||
|
|
||||||
Unfortunately, changes ended up being too large for a simple pull request on original Face-API and it ended up being a full-fledged version on its own
|
Unfortunately, changes ended up being too large for a simple pull request on original Face-API and it ended up being a full-fledged version on its own
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
### Differences
|
### Differences
|
||||||
|
|
||||||
- Compatible with `TensorFlow/JS 2.0+ & 3.0+`
|
- Compatible with `TensorFlow/JS 2.0+ & 3.0+`
|
||||||
|
|
Loading…
Reference in New Issue