Simple FastAPI based service for faces comparison
docker-compose -f ./docker-compose.yml up --build -d
FastAPI auto-generated docs should be available at http://127.0.0.1/docs after docker container started
sudo apt install python3.8-venv
python3 -m venv .venv
source .venv/bin/activate
pip install -r ./tests/requirements.txt
pytest -s ./tests