Skip to content

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

Notifications You must be signed in to change notification settings

NSU-ACM-SC/Webcam-Object-Detection

 
 

Repository files navigation

Object detection in Web Browser

Using webcam/mobile camera

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.1%
  • HTML 16.3%
  • CSS 9.6%