sketch-webcam

Interactive demos with webcam, tensorflow.js models, three.js and Vue-CLI.

tensorflowjs · threejs · webcam · webgl
入门
GitHub在线演示
Stars:17
License:MIT License
更新:2024/6/4

README

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