https://github.com/crizmo/tfjs-object-detection
Basic demo of object detection using tensorflow js
https://github.com/crizmo/tfjs-object-detection
Last synced: about 2 months ago
JSON representation
Basic demo of object detection using tensorflow js
- Host: GitHub
- URL: https://github.com/crizmo/tfjs-object-detection
- Owner: crizmo
- Created: 2023-03-05T18:07:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T09:21:07.000Z (over 3 years ago)
- Last Synced: 2025-12-26T21:52:51.031Z (6 months ago)
- Language: JavaScript
- Homepage: https://tensorflowjs-object-detection.kurizu.repl.co/
- Size: 8.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Object Detection using Tensorflow.js
This repo contains a simple example of object detection using Tensorflow.js.
## How to run
1. Clone / Fork the repo
2. Run `npm install`
3. Run `npm run watch`
It might take a while to compile the code. Once it's done, it will open a browser window with the demo.