Skip to content

amrali/js-image-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realtime Javascript Image Classifier

A simple demonstration of TensorFlow using MobileNet convolutional neural network and feeding the intermediate activations through a K-nearest neighbors classifier.

Through transfer learning we'll make use of the pre-trained MobileNet model to train it against specific object classes.

Usage

All dependencies are loaded from unpkg CDN, there's nothing to install.

Simply open the index.html file in a browser to launch the demo.

Releases

No releases published

Packages

No packages published