mirror of https://github.com/vladmandic/human
update readme
parent
5c012ed4cc
commit
d503386dca
13
Home.md
13
Home.md
|
@ -1,9 +1,11 @@
|
|||
# Human Library
|
||||
|
||||
**3D Face Detection & Rotation Tracking, Face Embedding & Recognition,**
|
||||
**Body Pose Tracking, Hand & Finger Tracking,**
|
||||
**Iris Analysis, Age & Gender & Emotion Prediction**
|
||||
**& Gesture Recognition**
|
||||
**Body Pose Tracking, 3D Hand & Finger Tracking,**
|
||||
**Iris Analysis, Age & Gender & Emotion Prediction,**
|
||||
**Gesture Recognition**
|
||||
|
||||
<br>
|
||||
|
||||
JavaScript module using TensorFlow/JS Machine Learning library
|
||||
|
||||
|
@ -12,7 +14,10 @@ JavaScript module using TensorFlow/JS Machine Learning library
|
|||
Compatible with both desktop and mobile platforms
|
||||
Compatible with *WebWorker* execution
|
||||
- **NodeJS**:
|
||||
Compatible with both software *tfjs-node* and GPU accelerated backends *tfjs-node-gpu* using CUDA libraries
|
||||
Compatible with both software *tfjs-node* and
|
||||
GPU accelerated backends *tfjs-node-gpu* using CUDA libraries
|
||||
|
||||
Check out [**Live Demo**](https://vladmandic.github.io/human/demo/index.html) for processing of live WebCam video or static images
|
||||
|
||||
<br>
|
||||
|
||||
|
|
Loading…
Reference in New Issue