From 343eedc6b4c9fd13bde6f92c746fb1a46b25849e Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sat, 7 Nov 2020 09:21:46 -0500 Subject: [PATCH] update --- Home.md | 33 ++++++++++++++++++++++++++++++++- Outputs => Outputs.md | 0 2 files changed, 32 insertions(+), 1 deletion(-) rename Outputs => Outputs.md (100%) diff --git a/Home.md b/Home.md index e638bdc..741ef68 100644 --- a/Home.md +++ b/Home.md @@ -1 +1,32 @@ -Welcome to the human wiki! +# Human Library Wiki Pages + +## 3D Face Detection, Body Pose, Hand & Finger Tracking, Iris Tracking, Age & Gender Prediction, Emotion Prediction & Gesture Recognition + +Project pages: +- [**Documentation**](https://github.com/vladmandic/human#readme) +- [**Code Repository**](https://github.com/vladmandic/human) +- [**NPM Package**](https://www.npmjs.com/package/@vladmandic/human) +- [**Issues Tracker**](https://github.com/vladmandic/human/issues) +- [**Live Demo**](https://vladmandic.github.io/human/demo/index.html) +- [**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 +Compatible with *CPU*, *WebGL*, *WASM* and *WebGPU* backends +(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!* diff --git a/Outputs b/Outputs.md similarity index 100% rename from Outputs rename to Outputs.md