Skip to content

Latest commit

 

History

History

Tensorflow.js Demo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

PROJECT TITLE : TENSORFLOW.js DEMO USING IMAGE CLASSIFICATION

AIM

To classify the different images uploaded by user using the Tensorflow.js library

DESCRIPTION

This is a classification problem where we need to classify various images. We use Tensorflow.js Mobilenet Model.

GLANCE AT THE APPLICATION

demo0

demo1

MODELS USED

Tensorflow.js MobileNet Model

This TensorFlow.js model does not require you to know about machine learning. It can take as input any browser-based image elements (,

DEPLOYMENT

Tested on local browser, this demo can be deployed to the web like any other html applications using various deployment methods like github.io or Heroku.

demo_output

This is an output as fetched on the console.

LIBRARIES NEEDED

Tensorflow.js library can be installed via the script tag or by using npm.

CONCLUSION

We can conclude that our Demo App classifies images with the help of Mobilenet model from the Tensorflow.js library.

CONTRIBUTED BY

Shreya Ghosh