y9luiz / FaceRecognitionServer

A face recognition server written in C++ [Under development]
1 stars 2 forks source link

Create command line parser #19

Open y9luiz opened 1 year ago

y9luiz commented 1 year ago

Currently, the repository has 2 executables: A client and a server that performs face detection.

In the future, we going to have more modules that could be running on the same machine and for it. It would be good to configure it via the command line to set up ports and whatever else.