/ssd-web-app

The ssd-web-app allows users to upload and view an image. The web app will run a TensorFlow SSD object detection model on the image to find the location of 80 classes of objects within the image including people, cats, dogs, and more.

Primary LanguageTypeScript

ssd-web-app

The ssd-web-app allows users to upload and view an image. The web app will run a TensorFlow SSD object detection model on the image to find the location of 80 classes of objects within the image including people, cats, dogs, and more.

Setup

To create project: npm create vite@latest reference here

To install TensorFlow: npm install @tensorflow/tfjs@3.11.0

To install SSD model: npm install @tensorflow-models/coco-ssd

To start dev app run: npm run dev

ToDo

  • update readme
  • system design chart
  • components to load image
  • components to view image
  • run tensorflow to detect objects
  • overlay boxes on image
  • overlay text on image

Resorces

Contributers