aiji-logo

A curated collection of inspirational AI-powered JavaScript apps

footer-icon

Built by Elle, Asim, Osama - hosted on Azure

Real Time Detection


Real-Time Object Detection in 10 Lines of Code

DemoCodeLink

  • TensorFlow.js
  • COCO-SSD

Object detection opens up the capability of counting how many objects are in a scene, tracking motion and simply just locating an object’s position.

This demo uses the pretrained TensorFlow.js model COCO-SSD which is an Object detection model that aims to localize and identify multiple objects in a single image.

Try it out here