/object-detector

Combining TensorFlow.js and coco-ssd modeling on React.js to build an interface for webcam-fed live image-object detection

Primary LanguageJavaScript

Object Detector

Combining TensorFlow.js and coco-ssd modeling on React.js to build a web-interface for live cam-feed image object recognition. This project simply applies the object detection model used on single images to multiple images in the form of a video feed using React.js.

Interested in training the model more? Tensorflow has a js guide to get you started with classifying images right here.

  • The live demo of this app is deployed, right here.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • Node.js
  • NPM

Installing

Download the modules

npm install

To see a live, local version

npm run start

Built With

Authors

Acknowledgments

This project was only possible with tensorflow.js and its detection model. This project simply applies and builds a web app with the machine learning built with these on multiple images to mimic live object-detection using an environment-facing camera.