Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 712 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 712 Bytes

Object Detector

This project aims to build an object detection application using the COCO SSD model with TensorFlow.js. The application will be able to detect and classify multiple objects in an image. The COCO SSD model is pre-trained on the COCO dataset, which contains a wide variety of objects in various contexts, making it suitable for general object detection tasks.

Object Detector

Demo

The application has been deployed and is accessible on Vercel using the following link: https://object-detector-dark.vercel.app/

Technologies & Libraries

  • React.js
  • TypeScript
  • Styled Components
  • Tensorflow.js
  • COCO SSD model