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

https://github.com/diegogallegos4/tensorflowjs-image-classifier

Image classifier on the browser using MobileNet pretrained model
https://github.com/diegogallegos4/tensorflowjs-image-classifier

javascript machine-learning mobilenet tensorflow transfer-learning

Last synced: 2 months ago
JSON representation

Image classifier on the browser using MobileNet pretrained model

Awesome Lists containing this project

README

          

## Image Classifier

Use transfer learning to classify an image via MobileNet pretrained model.

It runs completely on the browser with no backend for image classification.

#### Install packages

> npm install

#### Run locally

> npm run serve

#### Build for production

> npm run build