Skip to content

Face recognition script. Also can recognise body shape. Compare recognized face to known persons

Notifications You must be signed in to change notification settings

blackjackmk/securix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  1. Install Python 3.9.11.
  2. Install libraries from requirements.txt:
    pip install -r requirements.txt
    If there is an error, try installing the deepface library without dependencies:
    pip install --no-deps deepface

Usage

  1. Load your face to the folder /users.
  2. Run the program:
    python securix.py
    • If you want to work with video, change "foot.mp4" to your file path.
    • If you want to work with a webcam:
      camera = cv2.VideoCapture(0)

About

Face recognition script. Also can recognise body shape. Compare recognized face to known persons

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages