Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.03 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.03 KB

face-detection-tensorjs-ml

Face landmark detection TensorJS with Integrated WASM & comparison with Webgl, CPU

Open in browser

Clik & Visit Link

Quick run http-server

Install http-server

npm install --global http-server

Run http-server & Open browser localhost:8080

DIY General Quick Demo

ARM

docker run -p 1234:80 harshmanvar/face-detection-tensorjs:compare-wasm-webgl-cpu

AMD

docker run -p 1234:80 harshmanvar/face-detection-tensorjs:compare-wasm-webgl-cpu-amd

Open the URL in browser

http://localhost:1234

Screenshot 2023-08-02 at 1 23 45 AM