forked fromgooglecreativelab/teachable-machine-v1
- Notifications
You must be signed in to change notification settings - Fork0
Explore how machine learning works, live in the browser. No coding required.
License
NotificationsYou must be signed in to change notification settings
bartman777/teachable-machine
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 ong.co/teachablemachine.
The experiment is built using thedeeplearn.js library.
yarn
yarn run watch
yarn build
- There’s a pre-commit hook set up that will prevent commits when there are errors
- Run
yarn eslint
for es6 errors & warnings - Run
yarn stylint
for stylus errors & warnings
https is required to get camera permissions to work when not working withlocalhost
- Generate Keys
openssl genrsa -out server.key 2048openssl req -new -x509 -sha256 -key server.key -out server.cer -days 365 -subj /CN=YOUR_IP
- Use
yarn run watch-https
- Go to
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 fromStøj,Use All Five and Creative Lab andPAIR teams at Google.
About
Explore how machine learning works, live in the browser. No coding required.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Languages
- JavaScript70.6%
- CSS16.7%
- HTML11.7%
- Python1.0%