QuebecAI / webcam-transfer-learning-v1

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

Home Page:https://quebecai.github.io/webcam-transfer-learning-v1/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://quebecai.github.io/webcam-transfer-learning-v1/


Languages

Language:JavaScript 51.8%Language:HTML 26.3%Language:CSS 21.9%