This is Tensorflow Electronics Object Detection WebApp


  1. Clone the repo and type the following command in command prompt or vs code terminal:-
    > npm install
  2. For starting detection, you need to start the http-server first by going to model/electronics_detector folder.
  3. After that open command prompt and type the following command:-
    > http-server -c1 --cors .
  4. After the above steps go back to your editor and travese to the root directory of the web app.
  5. Now type the following command to start making detections:-
    > npm start
Happy detections!!