mirror of https://github.com/vladmandic/human
47 lines
1.9 KiB
Markdown
47 lines
1.9 KiB
Markdown
# Human Library
|
|
|
|
## 3D Face Detection, Body Pose, Hand & Finger Tracking, Iris Tracking, Age & Gender Prediction, Emotion Prediction & Gesture Recognition
|
|
|
|
### Project pages:
|
|
|
|
- [**Live Demo**](https://vladmandic.github.io/human/demo/index.html)
|
|
- [**Code Repository**](https://github.com/vladmandic/human)
|
|
- [**NPM Package**](https://www.npmjs.com/package/@vladmandic/human)
|
|
- [**Issues Tracker**](https://github.com/vladmandic/human/issues)
|
|
- [**Change Log**](https://github.com/vladmandic/human/wiki/Change-Log)
|
|
|
|
### Wiki pages:
|
|
|
|
- [**Home**](https://github.com/vladmandic/human/wiki)
|
|
- [**Installation**](https://github.com/vladmandic/human/wiki/Install)
|
|
- [**Usage**](https://github.com/vladmandic/human/wiki/Usage)
|
|
- [**Configuration**](https://github.com/vladmandic/human/wiki/Configuration)
|
|
- [**Outputs**](https://github.com/vladmandic/human/wiki/Outputs)
|
|
- [**Demos**](https://github.com/vladmandic/human/wiki/Demos)
|
|
- [**Development Server**](https://github.com/vladmandic/human/wiki/Development-Server)
|
|
- [**Build Process**](https://github.com/vladmandic/human/wiki/Build-Process)
|
|
- [**Profiling**](https://github.com/vladmandic/human/wiki/Profiling)
|
|
- [**Performance Notes**](https://github.com/vladmandic/human/wiki/Performance)
|
|
- [**Credits**](https://github.com/vladmandic/human/wiki/Credits)
|
|
|
|
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](https://github.com/vladmandic/human/issues) for list of known limitations and planned enhancements*
|
|
|
|
*Suggestions are welcome!*
|
|
|
|
<hr>
|
|
|
|
## Examples
|
|
|
|
**Using static images:**
|
|

|
|
|
|
**Using webcam:**
|
|

|
|
|