Skip to content

Sup3r-Us3r/react-object-detection

Repository files navigation

Nest Logo

Description

This application detects objects using TensorFlow.js, the CocoSSD model is already trained, it has 80 different classes for detection, such as Person, Cat, Dog, Cell Phone, Chair, etc.

To run this application it is necessary to have a WebCam to capture the video, the detection process is in real time, and to display the geometric shape the HTML Canvas was used.

Install dependencies

$ npm install

If you have any errors in the installation process, run the command below:

$ npm install --legacy-peer-deps

Running the app

# Development mode
$ npm run dev

# Production mode
$ npm run build
$ npm run preview

Now access app:

License

MIT License.

About

Object detection using ReactJS + TensorFlow.js + CocoSSD

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published