title: Object detection using Tensorflow.js published: true description: tags: #node #react #tensorflow #javascript cover_image: https://i.imgur.com/saXcWXQ.png


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!