https://github.com/trixky/smart_webcam
A simple online AI project to demonstrate how to use a webcam to detect objects with tensorflow.js and the pre-trained model coco-ssd.
https://github.com/trixky/smart_webcam
cocossd object-detection sveltekit tensorflow tensorflowjs webcam
Last synced: 3 months ago
JSON representation
A simple online AI project to demonstrate how to use a webcam to detect objects with tensorflow.js and the pre-trained model coco-ssd.
- Host: GitHub
- URL: https://github.com/trixky/smart_webcam
- Owner: trixky
- Created: 2024-07-03T17:15:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-07T11:29:41.000Z (almost 2 years ago)
- Last Synced: 2025-03-17T14:22:01.459Z (over 1 year ago)
- Topics: cocossd, object-detection, sveltekit, tensorflow, tensorflowjs, webcam
- Language: Svelte
- Homepage: https://trixky.github.io/smart_webcam/
- Size: 1.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# smart_webcam
A simple [online](https://trixky.github.io/smart_webcam/) AI project to demonstrate how to use a webcam to detect objects with [tensorflow.js](https://www.tensorflow.org/js?hl) and the pre-trained model [coco-ssd](https://www.npmjs.com/package/@tensorflow-models/coco-ssd).
> The model is loaded on the client side and all calculations are made on the device.

## Setup
```bash
npm run install
npm run dev #localhost:5173
```