tfjs-examples/webcam-transfer-learning
..
images
README.md
controller_dataset.js
index.html
index.js
package.json
styles.css
ui.js
yarn.lock

README.md

TensorFlow.js Example: Transfer Learning to play Pacman via the Webcam

This example shows you how to predict poses from a webcam using transfer learning.

In this example, we'll use a pretrained MobileNet model and train another model using an internal mobilenet activation to predict 4 different classes from the webcam defined by the user.

See this example live!