Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milcktoast/faces
Computer vision face compositor toy.
https://github.com/milcktoast/faces
clmtrackr computer-vision regl webgl
Last synced: about 1 month ago
JSON representation
Computer vision face compositor toy.
- Host: GitHub
- URL: https://github.com/milcktoast/faces
- Owner: milcktoast
- License: artistic-2.0
- Created: 2017-09-24T22:10:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-24T23:43:39.000Z (over 7 years ago)
- Last Synced: 2024-07-24T01:58:03.571Z (5 months ago)
- Topics: clmtrackr, computer-vision, regl, webgl
- Language: JavaScript
- Homepage: https://jayweeks.com/faces/
- Size: 728 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Faces][faces-url]
[![Faces][faces-image-url]][faces-url]
> Computer vision face compositor toy
### Credits
* Concept, Design & Code: [Jay Weeks][portfolio-url]
* Face Tracking: [clmtrackr][clmtrackr-url]
* Graphics: [REGL][regl-url]
* Controls UI: [OUI][oui-url]### License
The Artistic License 2.0, see [LICENSE][license-source-url] for details.
### Development
[Browserify][browserify-url] and [budō][budo-url] are used for building and developing the project.
```sh
npm install
npm start
```[faces-url]: https://jayweeks.com/faces/
[faces-image-url]: https://jayweeks.com/faces/assets/images/og-image.png[portfolio-url]: https://jayweeks.com
[source-url]: https://github.com/jpweeks/faces
[clmtrackr-url]: https://github.com/auduno/clmtrackr
[regl-url]: http://regl.party
[oui-url]: https://github.com/wearekuva/oui
[browserify-url]: http://browserify.org
[budo-url]: https://github.com/mattdesl/budo[license-source-url]: https://github.com/jpweeks/faces/blob/master/LICENSE