rshnn / dabbin

Applied transfer learning to MobileNetV1 to build a binary image classifier for dab detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dabbin

Image classifier to detect if someone in an image is dabbing. Model is build using transfer learning on Google's MobileNetV1. An additional dense layer and softmax activation layer are added to the end of the weight-frozen MobileNetV1 network.

demo

This project is inspired by Coursera's Browser Based Models using Tensorflow Course.

About

Applied transfer learning to MobileNetV1 to build a binary image classifier for dab detection

License:Other


Languages

Language:JavaScript 86.2%Language:HTML 13.8%