Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

 
 

Repository files navigation

About

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.

Development

Install dependencies by running (similar tonpm install)

yarn

Start local server by running

yarn run watch

Build project

yarn build

Code Styles

  • There’s a pre-commit hook set up that will prevent commits when there are errors
  • Runyarn eslint for es6 errors & warnings
  • Runyarn stylint for stylus errors & warnings

To run https locally:

https is required to get camera permissions to work when not working withlocalhost

  1. Generate Keys
openssl genrsa -out server.key 2048openssl req -new -x509 -sha256 -key server.key -out server.cer -days 365 -subj /CN=YOUR_IP
  1. Useyarn run watch-https
  2. Go tohttps://YOUR_IP:3000, then accept the insecure privacy notice, and proceed.

Credit

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript70.6%
  • CSS16.7%
  • HTML11.7%
  • Python1.0%

[8]ページ先頭

©2009-2025 Movatter.jp