Skip to content

Commit 1e84276

Browse files
authored
Update README.md
1 parent b9ca053 commit 1e84276

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,16 @@ Both the face recognition and the image sampler are separated and can be runned
55

66
---
77

8-
### Setup
8+
### Components
99

1010
#### Core
1111
The central server has a json config file that can the edited according to the new setup.
1212
You can use your prefered storage system by implementing the `DatabaseClient` interface from `core/dbactions/database.go`
1313

1414
#### 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

Comments
 (0)