Human: AI-powered 3D Face Detection & Rotation Tracking, Face Description & Recognition, Body Pose Tracking, 3D Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction, Gaze Tracking, Gesture Recognition
 
 
 
 
Go to file
Vladimir Mandic 4897ce575d 0.9.5 2020-11-17 17:47:16 -05:00
.github/ISSUE_TEMPLATE Delete bug_report.md 2020-11-07 09:38:45 -05:00
assets update buffered output 2020-11-14 17:22:59 -05:00
demo fix serious performance bug around skipframes 2020-11-17 17:42:44 -05:00
dist fix serious performance bug around skipframes 2020-11-17 17:42:44 -05:00
models implemented face embedding 2020-11-13 16:13:35 -05:00
server fix serious performance bug around skipframes 2020-11-17 17:42:44 -05:00
src fix serious performance bug around skipframes 2020-11-17 17:42:44 -05:00
wiki@66b2c0f895 swtich to custom tfjs bundle 2020-11-17 12:38:48 -05:00
.eslintrc.json full async operations 2020-11-06 11:39:39 -05:00
.gitignore initial public commit 2020-10-11 19:22:43 -04:00
.gitmodules updated wiki 2020-11-07 09:42:54 -05:00
LICENSE Initial commit 2020-10-11 19:14:20 -04:00
README.md full rebuild 2020-11-14 07:05:20 -05:00
config.js implemented face embedding 2020-11-13 16:13:35 -05:00
favicon.ico refactored package file layout 2020-10-17 06:30:00 -04:00
manifest.json fixed memory leaks and updated docs 2020-11-06 16:21:20 -05:00
package-lock.json 0.9.5 2020-11-17 17:47:16 -05:00
package.json 0.9.5 2020-11-17 17:47:16 -05:00

README.md

Human Library

3D Face Detection, Face Embedding & Recognition, Body Pose Tracking, Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction & Gesture Recognition


Project pages:

Wiki pages:

Additional notes:


Compatible with Browser, WebWorker and NodeJS execution on both Windows and Linux

  • Browser/WebWorker: Compatible with CPU, WebGL, WASM and WebGPU backends
  • NodeJS: Compatible with software tfjs-node and CUDA accelerated backends tfjs-node-gpu
  • (and maybe with React-Native as it doesn't use any DOM objects)

This is a pre-release project, see issues for list of known limitations and planned enhancements

Suggestions are welcome!




Examples

Using static images:
Example Using Image

Using webcam:
Example Using WebCam