CamSmart is a Next.js web application that provides real-time object detection and tracking in live video feeds, as well as detailed analysis of uploaded images.
Next.js, Tailwind CSS, shadcn/ui
-
Real-Time Object Detection: Detect objects and persons in live video feeds with high accuracy.
-
Live Video Tracking: Track the movements of detected objects in real-time.
-
Recording Options: Optionally record live video sessions and save them for later review.
-
Image Analysis: Upload images to detect and analyze objects.
-
Detailed Reports: Generate comprehensive reports detailing the detected objects in uploaded images.
Install CamSmart with npm
# Install the packages
npm install
# Build the application
npm run build
# Start the application
npm run start
This project is MIT licensed.
For support, email ben.saied@proton.me and don't forget to leave a star ⭐️.
- Github: @bensaied