mirror of
https://github.com/esimov/pigo-wasm-demos.git
synced 2025-12-24 12:47:56 +08:00
986 B
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
- 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.