Skip to content

bladeroy/Image_Classifier-using-MobileNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Introduction:

Create a custom Image Classifier that will train on the fly in the browser using Tensorflow.js. First we need to load and run a popular pre-trained model called MobileNet for image classification in the browser. Then use a technique called "Transfer learning", which bootstraps our training with the pre-trained MobileNet model and customizes it to train for your application.

Requirements:

To complete this code, you will need:

  • A recent version of Chrome or another modern browser.
  • A text editor, either running locally on your machine or on the web via something like Codepen or Glitch.
  • Knowledge of HTML, CSS, JavaScript, and Chrome DevTools (or your preferred browsers devtools).

About

Create a custom Image Classifier that will train on the fly in the browser using Tensorflow.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published