Object detection using Tensorflow.js

dg92

Deepak Gupta

Posted on August 27, 2019

Object detection using Tensorflow.js

A new article is published on overflowjs.com around detecting an object in an image using tensorflow.js two models imagenet and coco-ssd.

The first part of the article talks about making the UI with react.js to upload the image and select the model from which the detection should happen.

The second part of the article makes an endpoint in node.js using tensorflow.js to detect the object in the image passed.

Read full article - https://overflowjs.com/posts/Image-Object-Detection-Using-TensorFlowjs.html

Github code link for UI- https://github.com/overflowjs-com/image_object_detction_react_ui

Github code link for Backend- https://github.com/overflowjs-com/image_object_detection_tensor_api

Happy coding!

💖 💪 🙅 🚩
dg92
Deepak Gupta

Posted on August 27, 2019

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related