googlecreativelab / teachable-machine
- четверг, 5 октября 2017 г. в 03:14:24
Explore how machine learning works, live in the browser. No coding required.
Teachable Machine is an experiment that makes it easier for anyone to explore machine learning, live in the browser – no coding required. Learn more about the experiment and try it yourself on g.co/teachablemachine.
The experiment is built using the deeplearn.js library.
npm install
)yarn
yarn run watch
yarn build
yarn eslint
for es6 errors & warningsyarn stylint
for stylus errors & warningshttps is required to get camera permissions to work when not working with localhost
openssl genrsa -out server.key 2048
openssl req -new -x509 -sha256 -key server.key -out server.cer -days 365 -subj /CN=YOUR_IP
yarn run watch-https
https://YOUR_IP:3000
, then accept the insecure privacy notice, and proceed.This is not an official Google product, but an experiment that was a collaborative effort by friends from Støj, Use All Five and Creative Lab and PAIR teams at Google.