Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 527 Bytes

File metadata and controls

10 lines (7 loc) · 527 Bytes

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!