Skip to content

QuebecAI/webcam-transfer-learning-v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

See this example live!

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.