This project showcases a real-time object detection application using TensorFlow.js, Next.js 14, and Tailwind CSS. The application utilizes the COCO-SSD model for detecting objects in a live webcam feed.
This application demonstrates the power of machine learning in the browser. It captures live video from the webcam and uses the COCO-SSD model to detect and identify objects in real-time.
react-webcam
Install dependencies:
npm install
Run the development server:
npm run dev
Open your browser and navigate to:
```bash http://localhost:3000
Once the application is running, it will automatically access your webcam and start detecting objects in real-time. Detected objects will be highlighted with bounding boxes and labels.