Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Object detection using webcam or mobile camera in the browser. Written in Tensorflow.js

Notifications You must be signed in to change notification settings

ShawonAshraf/Webcam-Object-Detection

Repository files navigation

Object detection in Web Browser

Using webcam/mobile camera

Netlify Status

Live Link

https://optimistic-davinci-81bcd8.netlify.com/

Slow or can't detect?

Whereas typical object detection models run in powerful servers, this one runs on your device. So if your device is slow, it will take time.

Web Links

Model in use

Using Tiny YOLO, an ML model that's been converted to work in Tensorflow.js

Dependencies

Check the package.json file.

Running on local machine

  • Clone the repo
  • cd into the directory and run the following commands
npm install
npm run run-local
  • Open your web browser and navigate to http://localhost:3000
  • Allow browser to use your webcam.

Acknowledgements

About

Object detection using webcam or mobile camera in the browser. Written in Tensorflow.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published