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-05-03 15:47:41 +03:00
2020-04-09 14:52:32 +03:00
2020-04-09 12:02:49 +03:00
2020-04-30 20:08:22 +03:00
2020-05-03 15:47:41 +03:00
2020-05-03 07:50:10 +03:00
2020-05-01 07:44:02 +03:00
2020-04-29 07:47:58 +03:00
2020-05-03 16:12:39 +03:00
2020-05-03 07:50:10 +03:00
2020-04-09 12:02:49 +03:00
2020-04-27 12:48:36 +03:00
2020-05-03 16:12:16 +03:00
2020-05-02 20:04:50 +03:00

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's 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 window will be opened in the user's default browser.

$ make demo<number>

Check the Makefile for the existing demos.

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%