Detect eyes and calculate number of faces.
Baby's first face detection tutorial.
python -m venv .venv (if it fails, then run it again, maybe throw on a sudo or try PowerShell)
..venv\scripts\activate
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
Run the script using: python frame_them.py
No.