mirror of
https://github.com/esimov/pigo-wasm-demos.git
synced 2025-09-26 20:31:20 +08:00
25a54a842cd1c2be6c133d67c70d38b15bc282fc
pigo-wasm-demos
This repository is a collection of real time Webassembly demos based on the Pigo face detection library, showing various use cases the library can be used for. It is continuously updated.
Install
Notice: at least Go 1.13 is required prior running the demos!
$ go get -u -v github.com/esimov/pigo-wasm-demos
Run
To run the demos is as simple as typing a single line of command. This will build the package and produce an executable WebAssembly file which can be served over a http server. A new tab will be opened in the user's default browser.
Demos
Masquerade
$ make demo1
Faceblur
$ make demo2
Pixelate
$ make demo3
Face triangulator
$ make demo4
Author
- Endre Simo (@simo_endre)
License
Copyright © 2020 Endre Simo
This software is distributed under the MIT license. See the LICENSE file for the full license text.
Languages
Go
98.1%
HTML
0.9%
Makefile
0.6%
CSS
0.4%