This project integrates TensorFlow's COCO-SSD model for object detection within a Svelte application. It can classify objects in real-time from a webcam stream, or browse through sample images
It should be approached as a dummy example and not a fully optimized app!
Follow these steps to set up the project locally.
git clone https://github.com/orcchieftain/Tensorflow-COCO-SSD-Media-Classifier-In-Svelte-Example.git
or DOWNLOAD and UNPACKcd Tensorflow-COCO-SSD-Media-Classifier-In-Svelte-Example
npm install
or bun install
npm run dev
or bun run dev
http://localhost:5173
, where "PORT" be the port number yer server be runnin' on.You are free to reuse and copy. Read more about Common Objects in Context Single Shot MultiBox Detector (COCO-SSD)https://www.npmjs.com/package/@tensorflow-models/coco-ssd.