2020-10-15 14:16:34 +02:00
# Human Library
2020-11-13 22:42:00 +01:00
## 3D Face Detection, Face Embedding & Recognition, Body Pose Tracking, Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction & Gesture Recognition
2020-11-08 16:06:23 +01:00
< br >
2020-10-12 01:22:43 +02:00
2020-11-07 15:39:54 +01:00
### Project pages:
- [**Live Demo** ](https://vladmandic.github.io/human/demo/index.html )
2020-10-14 17:43:33 +02:00
- [**Code Repository** ](https://github.com/vladmandic/human )
2020-10-15 14:16:34 +02:00
- [**NPM Package** ](https://www.npmjs.com/package/@vladmandic/human )
2020-10-14 17:43:33 +02:00
- [**Issues Tracker** ](https://github.com/vladmandic/human/issues )
2020-11-07 15:39:54 +01:00
- [**Change Log** ](https://github.com/vladmandic/human/wiki/Change-Log )
2020-12-21 14:12:18 +01:00
< br >
2020-11-07 15:39:54 +01:00
### Wiki pages:
2020-11-07 15:47:26 +01:00
- [**Home** ](https://github.com/vladmandic/human/wiki )
2020-11-10 02:13:38 +01:00
- [**Demos** ](https://github.com/vladmandic/human/wiki/Demos )
2020-11-07 15:47:26 +01:00
- [**Installation** ](https://github.com/vladmandic/human/wiki/Install )
2020-11-13 22:42:00 +01:00
- [**Usage & Functions** ](https://github.com/vladmandic/human/wiki/Usage )
- [**Configuration Details** ](https://github.com/vladmandic/human/wiki/Configuration )
- [**Output Details** ](https://github.com/vladmandic/human/wiki/Outputs )
- [**Face Embedding and Recognition** ](https://github.com/vladmandic/human/wiki/Embedding )
2020-11-09 14:57:24 +01:00
- [**Gesture Recognition** ](https://github.com/vladmandic/human/wiki/Gesture )
2020-11-13 22:42:00 +01:00
2020-12-21 14:12:18 +01:00
< br >
2020-11-13 22:42:00 +01:00
### Additional notes:
- [**Notes on Backends** ](https://github.com/vladmandic/human/wiki/Backends )
2020-11-07 15:47:26 +01:00
- [**Development Server** ](https://github.com/vladmandic/human/wiki/Development-Server )
- [**Build Process** ](https://github.com/vladmandic/human/wiki/Build-Process )
- [**Performance Notes** ](https://github.com/vladmandic/human/wiki/Performance )
2020-11-10 16:23:11 +01:00
- [**Performance Profiling** ](https://github.com/vladmandic/human/wiki/Profiling )
2020-11-23 13:44:10 +01:00
- [**Platform Support** ](https://github.com/vladmandic/human/wiki/Platforms )
2020-11-14 13:05:20 +01:00
- [**List of Models & Credits** ](https://github.com/vladmandic/human/wiki/Models )
2020-10-12 01:22:43 +02:00
2020-11-08 18:44:08 +01:00
< br >
2020-11-13 22:42:00 +01:00
Compatible with *Browser* , *WebWorker* and *NodeJS* execution on both Windows and Linux
- Browser/WebWorker: Compatible with *CPU* , *WebGL* , *WASM* and *WebGPU* backends
2020-11-08 02:44:15 +01:00
- NodeJS: Compatible with software *tfjs-node* and CUDA accelerated backends *tfjs-node-gpu*
2020-11-10 16:23:11 +01:00
- (and maybe with React-Native as it doesn't use any DOM objects)
2020-10-14 17:43:33 +02:00
2020-11-08 18:44:08 +01:00
< br >
2020-10-18 14:07:45 +02:00
*This is a pre-release project, see [issues ](https://github.com/vladmandic/human/issues ) for list of known limitations and planned enhancements*
2020-10-14 02:52:30 +02:00
2020-11-07 15:39:54 +01:00
*Suggestions are welcome!*
2020-11-06 22:21:20 +01:00
2020-11-08 16:06:23 +01:00
< br >
2020-11-07 15:39:54 +01:00
< hr >
2020-11-08 16:06:23 +01:00
< br >
2020-11-06 22:21:20 +01:00
2020-11-21 13:19:20 +01:00
## Options ##

< br >
< hr >
< br >
2020-10-16 21:04:51 +02:00
## Examples
2020-10-13 16:06:49 +02:00
2020-11-21 13:19:20 +01:00
< br >
2020-10-16 21:04:51 +02:00
**Using static images:**
2020-11-21 13:19:20 +01:00
2020-10-16 21:04:51 +02:00

2020-11-21 13:19:20 +01:00
< br >
2020-10-16 21:04:51 +02:00
**Using webcam:**
2020-11-21 13:19:20 +01:00
2020-10-16 21:04:51 +02:00

2020-10-12 16:59:55 +02:00