https://github.com/adidem23/reactlens-webobjectdetection
This is simple object Detection app made with react js and Tensorflow js
https://github.com/adidem23/reactlens-webobjectdetection
javascript object-detection react-hooks react-webcam reactjs tensorflow tensorflowjs
Last synced: 6 days ago
JSON representation
This is simple object Detection app made with react js and Tensorflow js
- Host: GitHub
- URL: https://github.com/adidem23/reactlens-webobjectdetection
- Owner: Adidem23
- Created: 2023-07-14T13:31:58.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-19T17:36:53.000Z (over 2 years ago)
- Last Synced: 2025-05-29T14:15:07.487Z (11 months ago)
- Topics: javascript, object-detection, react-hooks, react-webcam, reactjs, tensorflow, tensorflowjs
- Language: JavaScript
- Homepage:
- Size: 172 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Object Detection
This is simple Object Detection Project which uses CocoSSD and Tensorflow.js ObjectDetection Model and React Webcam
## How To Use ??
- Download Zip File
- Go to Folder and give command npm install / npm i
- Download all the required packages in the App.js file
- Then Go to Src and just give command npm run start
- If it doesnt work then add tf.setBackend('webgl') in the file and it is good to go
## Video Tutorial:
https://www.loom.com/share/6fab41e2d89747a4b86cb95201ce5fc0?sid=92d41b9e-a683-4bbc-94e2-db0b21d84223
We will probably use this for our upcoming projects as base object detection model