AI Camera Dashboard là một ứng dụng web được xây dựng bằng React.JS, Back-end RESTs API với Node.JS. Nó cung cấp một giao diện thân thiện với người dùng để quản lý và giám sát các thiết bị Camera AI. Bảng điều khiển này cho phép người dùng thực hiện các hoạt động khác nhau, như xem dữ liệu trực tiếp từ camera, cấu hình camera, cài đặt cảnh báo, xem thông tin khu vực và xem thống kê các cảnh báo theo khu vực hoặc theo thời gian.
- "Real-time" camera feeds
- Camera configuration management
- User authentication and access control
- Dashboard customization options
- Login page.
- Home page dashboard for AI Camera.
- Contact page.
To run the AI Camera Dashboard locally with Docker, follow these steps:
- Clone the repository:
git clone https://github.com/binh0804/AI-Camera-Dashboard.git
- Change to the project directory of this project:
cd AI-Camera-Dashboard/
- Install dependencies:
docker-compose up -d --build
Open your web browser and visit http://localhost:81 to access the AI Camera Dashboard with Docker.
Alternatively, you can install this project with npm following below tutorial.
To run the AI Camera Dashboard locally with npm, follow these steps:
- Clone the repository:
git clone https://github.com/binh0804/AI-Camera-Dashboard.git
- Change to the project directory:
cd AI-Camera-Dashboard/client
- Install dependencies:
npm install
- To start the development server and launch the dashboard, run the following command:
npm start
Open your web browser and visit http://localhost:3000 to access the AI Camera Dashboard.
- Login with account Admin :
Email:
admin@gmail.com
Password:
Admin123