This app is made by using React js + Tensorflow js. Using coco-ssd model, this app can detect more than 80 objects and put them in a canvas labeled with object name & confidence
1.Clone the repo
git clone https://github.com/Muhammedkusay/ObjectDetectionTF
2.Install node packages
npm install
3.Run the app
npm run dev
That's it!