You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,16 @@ Both the face recognition and the image sampler are separated and can be runned
5
5
6
6
---
7
7
8
-
### Setup
8
+
### Components
9
9
10
10
#### Core
11
11
The central server has a json config file that can the edited according to the new setup.
12
12
You can use your prefered storage system by implementing the `DatabaseClient` interface from `core/dbactions/database.go`
13
13
14
14
#### Services
15
-
TODO Add info
15
+
One service that handles the face detection and the embedding operation.
16
+
One service that collects images from a local available camera.
17
+
18
+
---
19
+
20
+
In the root of the project there are `.service` files to register every components as a systemd service. You just need to replace the `<ROOT PATH>` with project location in the filesystem.
0 commit comments