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.
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/
You can test out the application here