Awesome
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're deploying a pretrained MobileNet model and training another model using an internal mobilenet activation to predict 4 different classes from the webcam defined by the user.
This is a Pure Javascript implementation of: https://github.com/tensorflow/tfjs-examples/tree/master/webcam-transfer-learning Thank you TensorFlow.js for your flexible and intuitive APIs.