An open API service indexing awesome lists of open source software.

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.

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.

![Recordit GIF](https://raw.githubusercontent.com/trixky/smart_webcam/main/.demo/screenshots.gif)

## Setup

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