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 2bc01f2d34 updated wiki 2020-11-07 09:42:54 -05:00
assets implemented dev-server 2020-11-05 23:46:37 -05:00
demo optimize font resizing 2020-11-06 22:20:42 -05:00
dist optimize font resizing 2020-11-06 22:20:42 -05:00
models model tuning 2020-11-06 15:35:58 -05:00
src fix nms sync call 2020-11-06 19:25:37 -05:00
wiki@343eedc6b4 created wiki 2020-11-07 09:39:54 -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 created wiki 2020-11-07 09:39:54 -05:00
changelog.js created wiki 2020-11-07 09:39:54 -05:00
config.js optimize font resizing 2020-11-06 22:20:42 -05:00
dev-server.js cache invalidation improvements 2020-11-06 13:50:16 -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.7.6 2020-11-06 16:21:25 -05:00
package.json created wiki 2020-11-07 09:39:54 -05:00

README.md

Human Library

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

Project pages:

Wiki pages:

Compatible with Browser, WebWorker and NodeJS execution

  • Browser/WebWorker: Compatible with CPU, WebGL, WASM and WebGPU backends
  • NodeJS: Compatible with software tfjs-node and CUSA 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