Real time object detection using tensorflow.js in the browser through web cam
Most of the code taken from below blogpost
This is a clientside object detection using web cam
1)Online model :
Directly open index.html in browser, when you connected to internet and it will work after few seconds.
2)Offline model:
You need to start the server first using below command.This will run a simple python server.
python2 :
python server.py
python3 :
python3 server.py
Next just open the index_local.html in the browser then it will load model from models folder and it will try to detect