A Object Detection Web App using the latest technologies: Next.js 14, React.js, TypeScript, Tailwind CSS, tensorflow for object detection, shadcn/ui for UI components.
First of all it will ask your browser about the camera permissions, then if it will detect any person in the camera, it will trigger the auto recording and a 30 second clip will get auto recorded and will be automatically download in your device.
To run this application locally, you'll need to have Node.js and npm installed on your machine.
npm install
npm run dev
http://localhost:3000
to view the application :)Contributions are welcome! If you find any bugs or have suggestions for improvement, feel free to open an issue or create a pull request.