Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 447 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 447 Bytes

Object classification with a pre-trained model

How to run

Install the dependencies.

npm install

or

bun install

Run the app with

npm run watch

or

bun run watch 

It should open your browser at http://localhost:1234

Part 1: Output image

Part 2: Using camera as input