Make your own "Teachable Machine" using Transfer Learning with MobileNet v3 in TensorFlow.js using saved graph model from TFHub.

Awaiting TF.js load

  1. First enable webcam and allow access when asked.
  2. Now find an object, point cam at it, click and hold gather class 1 data button to gather at least 30 samples.
  3. Repeat for class 2 with a different object of interest. Get similar number of samples.
  4. Click train and predict and wait while the model is trained live in your browser. No data is sent to server.
  5. Once trained you will see live predictions appear above the video for what it thinks it sees.