human/README.md

47 lines
1.5 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**](wiki)
- [**Installation**](wiki/Install)
- [**Usage**](wiki/Usage)
- [**Configuration**](wiki/Configuration)
- [**Outputs**](wiki/Outputs)
- [**Demos**](wiki/Demos)
- [**Development Server**](wiki/Development-Server)
- [**Build Process**](wiki/Build-Process)
- [**Profiling**](wiki/Profiling)
- [**Performance Notes**](wiki/Performance)
- [**Credits**](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:**
![Example Using Image](assets/screenshot1.jpg)
**Using webcam:**
![Example Using WebCam](assets/screenshot2.jpg)