Skip to content

Latest commit

 

History

History
 
 

webcam-transfer-learning

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!