From 84a43823a8a8c54c3eea17c66e70860a17710abb Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Mon, 12 Oct 2020 14:41:50 -0400 Subject: [PATCH] updated docs --- README.md | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 72091e22..ab2d9c28 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # Human: 3D Face Detection, Body Pose, Hand & Finger Tracking, Iris Tracking and Age & Gender Prediction -**Code Repository**: **Documentation**: +**Code Repository**: +**Package**: **Live Demo**: *Suggestions are welcome!* @@ -31,19 +32,24 @@ This is an amalgamation of multiple existing models: There are multiple ways to use `Human` library, pick one that suits you: -### 1. IIFE script +### 1. [IIFE](https://developer.mozilla.org/en-US/docs/Glossary/IIFE) script + +*Simplest way for usage within Browser* -This is simplest way for usage within Browser Simply download `dist/human.js`, include it in your `HTML` file & it's ready to use. ```html