Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 4 days 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