Files
pigo-wasm-demos/README.md
2020-05-03 16:12:16 +03:00

986 B

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.