Object Detection using TensorFlow.js

In this article, we will be building a simple app to detect objects on an image using TensorFlow.js library. To do this we will make use of the TensorFlow.js pre-trained “coco-ssd” model. In this example, user will browse and select an image file to identify objects present in that image. This selected image file is […]

Object Detection using TensorFlow.js Read More »