diff --git a/Demos.md b/Demos.md
index 39036a1..2a77887 100644
--- a/Demos.md
+++ b/Demos.md
@@ -4,9 +4,9 @@ Demos are included in `/demo`:
-## Browser
+## Main Demo
-- `index.html`: Full demo using Browser with ESM module,
+- `index.html`: Full demo using `Human` ESM module running in Browesers,
includes selectable backends and WebWorkers
*You can run browser demo either live from git pages, by serving demo folder from your web server or use
@@ -45,10 +45,16 @@ all configurable in `browse.js:ui` configuration object and in the UI itself:
+### Face 3D Rendering using OpenGL
+
+`face3d.html`: Demo that uses `Three.js` for 3D OpenGL rendering of a detected face
+
+
+
### Face Recognition Demo
-To see a demo of all all face description & embedding features,
-see `demo/facematch.html` which uses `demo/facematch.js` as JavaSript module
+`demo/facematch.html`: Demo that uses all face description and embedding features to
+detect, extract and identify all faces plus calculate simmilarity between them
It highlights functionality such as:
diff --git a/Home.md b/Home.md
index db77e86..e383547 100644
--- a/Home.md
+++ b/Home.md
@@ -21,9 +21,14 @@ Check out [**Live Demo**](https://vladmandic.github.io/human/demo/index.html) fo
+## Demos
+
+- [**Demo Application**](https://vladmandic.github.io/human/demo/index.html)
+- [**Face Extraction, Description, Identification and Matching**](https://vladmandic.github.io/human/demo/facematch.html)
+- [**Face Extraction and 3D Rendering**](https://vladmandic.github.io/human/demo/face3d.html)
+
## 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)