/Image-classifier

An Angular based image classified implemented with Tensorflow.js pre-trained Mobilenet model

Primary LanguageTypeScript

ImageClassifier

This project is a clone of a project on Angular in depth. It is an implementation of Tensorflow.js' Mobilenet model for image classification.

The application classifies images either uploaded or via the computer's webcam, giving the image's class name and probability.

Development server

To run this project locally, clone the repo and install the dependences by running npm install. Once installation is complete, run ng serve to start up the dev server. Navigate to http://localhost:4200/

Testing

You can test out the application here