2021-09-02 17:49:28 +03:00
2020-12-19 14:04:09 +02:00
2020-08-28 08:44:05 +03:00
2021-09-02 17:49:28 +03:00
2021-09-01 16:28:18 +03:00
2020-06-13 08:58:34 +03:00
2020-12-07 21:54:46 +02:00
2021-09-02 17:49:28 +03:00
2020-12-07 21:57:11 +02:00
2020-05-01 07:44:02 +03:00
2020-08-28 08:44:05 +03:00
2020-04-29 07:47:58 +03:00
2020-05-03 16:12:39 +03:00
2020-04-09 12:02:49 +03:00
2020-04-27 12:48:36 +03:00
2020-12-19 14:04:56 +02:00
2020-05-02 20:04:50 +03:00

pigo-wasm-demos

License

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

pigo_wasm_masquarade

Faceblur

$ make demo2

pigo_wasm_faceblur

Pixelate

$ make demo3

pigo_wasm_pixelate

Face triangulator

$ make demo4

pigo_wasm_triangulate

Author

License

Copyright © 2020 Endre Simo

This software is distributed under the MIT license. See the LICENSE file for the full license text.

Description
展示 Pigo 人脸检测库的 Webassembly 演示。
Readme MIT 16 MiB
Languages
Go 98.1%
HTML 0.9%
Makefile 0.6%
CSS 0.4%