ykob / sketch-webcam

Interactive demos with webcam, tensorflow.js models, three.js and Vue-CLI.
https://webcam.tplh.net/
MIT License
17 stars 7 forks source link
tensorflowjs threejs webcam webgl

sketch-webcam

Interactive demos with webcam, tensorflow.js models, three.js and Vue-CLI.
https://webcam.tplh.net/

This code is released under the MIT license.
If you want to use some code, you can use these freely by adding license notation.

Using Models

Create SSL key

with OpenSSL

openssl req -newkey rsa:2048 -new -nodes -keyout key.pem -out csr.pem ; openssl x509 -req -days 365 -in csr.pem -signkey key.pem -out server.crt

License

Copyright (c) 2020 Yoichi Kobayashi
Released under the MIT license
http://opensource.org/licenses/mit-license.php

Misc

Follow Yoichi Kobayashi: Web, Twitter