From a4e0ef655830bdbf300717f257eb69b1f364fc32 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sat, 7 Nov 2020 20:44:06 -0500 Subject: [PATCH] fix typos --- Home.md | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/Home.md b/Home.md index 741ef68..d7e4e5f 100644 --- a/Home.md +++ b/Home.md @@ -11,22 +11,24 @@ Project pages: - [**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) +- [**Home**](https://github.com/vladmandic/human/wiki) +- [**Installation**](https://github.com/vladmandic/human/wiki/Install) +- [**Usage**](https://github.com/vladmandic/human/wiki/Usage) +- [**Configuration**](https://github.com/vladmandic/human/wiki/Configuration) +- [**Outputs**](https://github.com/vladmandic/human/wiki/Outputs) +- [**Demos**](https://github.com/vladmandic/human/wiki/Demos) +- [**Development Server**](https://github.com/vladmandic/human/wiki/Development-Server) +- [**Build Process**](https://github.com/vladmandic/human/wiki/Build-Process) +- [**Profiling**](https://github.com/vladmandic/human/wiki/Profiling) +- [**Performance Notes**](https://github.com/vladmandic/human/wiki/Performance) +- [**Credits**](https://github.com/vladmandic/human/wiki/Credits) Compatible with *Browser*, *WebWorker* and *NodeJS* execution -Compatible with *CPU*, *WebGL*, *WASM* and *WebGPU* backends +- Browser/WebWorker: Compatible with *CPU*, *WebGL*, *WASM* and *WebGPU* backends +- NodeJS: Compatible with software *tfjs-node* and CUDA 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!* +*Suggestions are welcome!*