Skip to content

Commit

Permalink
Fixing list in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
computer committed Jan 19, 2024
1 parent 981ffc0 commit c80024f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ The repository contains the sources code for the Camera Security System project(

# Architecture
The CSS is mainly composed of three 5 components:
1. Frontend: It is the UI that enables the user to view and use the project in the browser.
2. Backend: It is responsible for authentication, logging detection events, and establish communication between the frontend and the media server to access the IP Cameras.
3. Media Server: It is responsible for delivering the camera streams from the IP Cameras to the frontend. We have used [OpenVidu](openvidu.io/) for implementing the media server.
1. Frontend: It is the UI that enables the user to view and use the project in the browser. <br />
2. Backend: It is responsible for authentication, logging detection events, and establish communication between the frontend and the media server to access the IP Cameras. <br />
3. Media Server: It is responsible for delivering the camera streams from the IP Cameras to the frontend. We have used [OpenVidu](openvidu.io/) for implementing the media server. <br />
4. Machine learning: It is responsible for analyzing the camera streams and check if an object is
detected.
5. IPCameras: These are the cameras that captures videos of the surrounding.
detected. <br />
5. IPCameras: These are the cameras that captures videos of the surrounding.<br />

In order to successfully run the full project components in your local machine, launch the components in the following order:
1. Install your IP Cameras in the areas desired and connect it to the network.
2. Run the media server.
3. Run the backend.
4. Run the frontend.
5. Run the machine learning component.
1. Install your IP Cameras in the areas desired and connect it to the network. <br />
2. Run the media server. <br />
3. Run the backend. <br />
4. Run the frontend. <br />
5. Run the machine learning component. <br />

Below, you will get full details on how to run each component.

Expand Down

0 comments on commit c80024f

Please sign in to comment.