Skip to content

TapanPathak/Object-Detection-In-Browser-Using-Tensorflow.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Object Detection In Browser Using Tensorflow.js

The Objective is to create a webpage that uses machine learning directly in the web browser via TensorFlow.js to classify and detect common objects, (including more than one at a time), from a live webcam stream in real time.

Not only will we know that the image contains an object, but we can also get the coordinates of the bounding box for each object it finds, which allows you to highlight the found object in the image as shown in the example below.


Librabries/Technologies Used:

  1. TensorFlow.js
  2. React.js
  3. HTML/CSS

How to Run?

Download the repository and start the development by running : - npm start or yarn start.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published