Build a Realtime Object Detection Web App in 30 Minutes

Erdem Isbilen
Towards Data Science
4 min readSep 29, 2019

--

Image Credit: https://github.com/tensorflow/models/tree/master/research/object_detection

TENSORFLOW.JS

Tensorflow.js is an open-source library enabling us to define, train and run machine learning models in the browser, using Javascript. I will use the Tensorflow.js framework in Angular to build a Web App that detects multiple objects on a webcam video feed.

COCO-SSD MODEL

--

--