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

https://github.com/saswatamcode/tfjs-image-classifier

A simple image classifier built using tensorflow.js and mobilenet.
https://github.com/saswatamcode/tfjs-image-classifier

Last synced: 11 months ago
JSON representation

A simple image classifier built using tensorflow.js and mobilenet.

Awesome Lists containing this project

README

          

# Tensorflow.js Image Classifier
A simple image classifier built using tensorflow.js and mobilenet.

## To Run
- Clone into repo
- Run `npm i`
- Run `node classify.js `

## Example
Run `node classify.js babyrabbit.jpeg`

![Sample](screenshots/Screenshot.png)