Face Recognition without Docker on Pi

Hi Guys :slight_smile:
I am wondering to buy an external camera to put outside my house, and to enable face recognition on it for opening the door if someone of the family is recognise.
I have checked “Facebox” and “Dlib face detector” but them seems to work only in a Docker container while i hava installed hass.io on raspberry.
Can someone pls tip me someway for having what i want? Or maybe can you show me a camera with the Face Recognition that i can implement on HA?

Thanks :smiley:

HassIO is running Docker. That’s exactly how it works the way it does.

dlib works without a docker container. I have it running as an embedded component on core. Not sure if it would work well on a Pi though as it could be a bit slow.