Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amrali/js-image-classifier

A simple TensorFlow image classifier in Javascript
https://github.com/amrali/js-image-classifier

knn-classifier mobilenet tensorflow-experiments tensorflowjs

Last synced: 1 day ago
JSON representation

A simple TensorFlow image classifier in Javascript

Awesome Lists containing this project

README

        

# 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.