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.
- Next.js 14
- Reactjs
- Tailwind CSS
- TypeScript
- TensorFlow
- Shadcn/UI
To run this application locally, you'll need to have Node.js and npm installed on your machine.
- Clone this repository:
- Navigate to the project directory:
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open your browser and navigate to
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.