enabled live demo on gitpages

pull/46/head
Vladimir Mandic 2021-03-07 10:05:35 -05:00
parent c67e78c84b
commit e2f1fc3641
1 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,13 @@
# 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
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
<br>
### Differences
- Compatible with `TensorFlow/JS 2.0+ & 3.0+`