An AI-powered web application built with Next.js 14, offering advanced object detection capabilities, particularly focused on people detection. This application provides real-time monitoring and seamless recording features, enhancing security and surveillance efforts. Utilizing cutting-edge technology, it ensures efficient detection and tracking, all within a user-friendly interface for effortless management.
- Real-time Monitoring: Utilize the power of AI to monitor , process video , audio and detect objects in real-time, with a focus on people detection.
- Seamless Recording: Capture video recordings seamlessly, enhancing security and surveillance capabilities.
- Efficient Detection: Cutting-edge technology ensures efficient object detection and tracking for enhanced security measures.
- User-Friendly Interface: Enjoy a user-friendly interface designed for effortless management and operation.
- Clone the repository:
git clone https://github.com/yourusername/watchtowerai.git
- Navigate to the project directory:
cd watchtowerai
- Install dependencies:
npm install
- Start the application:
npm start
- Ensure the application is running locally or deployed to your preferred environment.
- Access the application via the provided URL and follow the on-screen instructions for real-time monitoring and recording.
We welcome contributions from the community to enhance and improve the project. To contribute, please follow these steps:
- Fork the project.
- Create a new branch (
git checkout -b feature/new-feature
). - Make your changes and commit them (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/new-feature
). - Open a pull request.