Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 437 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 437 Bytes

Facial Recognition Security System

This is a Facial Recognition, security system, where the model recognises the user via the live camera, and if the user is registered it allows to pass through.

Setup

Run poetry install to get all the required dependencies on your machine

Requirements

  1. OpenCv
  2. PyQt6
  3. numpy

How it works

Run python main.py inside the src folder.

How it looks