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!
Top comments (2)
Hi Deepak,
We encourage the entire article to be published on DEV.to (if you have proper rights), with a linkback if appropriate. Otherwise, we recommend original material, such as an original commentary on the article.
From the Terms of Use:
Posts that are simply intended to encourage readers to view an external resource are discouraged.
Thank you.
Thanks for letting me know. I will keep that in mind.
Article was not mine but was a good read so thought to share with the people here.