Skip to content

Facial recognition sentinel and notifier for the desktop

License

Notifications You must be signed in to change notification settings

petkakisgeorge/facesent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

facesent - face detecting sentinel

facesent is a facial recognition sentinel and notifier for the desktop






Image placeholder





Build with Python 3 and OpenCV

Start facesent by running python3 facesent.py.

Usage

$ python3 facesent.py --help
usage: facesent [-h] [-d S] [-u S] [-p P] [-i F] [-c F]

facesent - face detecting sentinel

optional arguments:
  -h, --help            show this help message and exit
  -d S, --delay S       delay before start (default 3s)
  -u S, --unlock-period S
                        period before locking (default 5s)
  -p P, --password P    delay before start (default "asdf")
  -i F, --image F       file name of the output image (default "tmpimage.jpg")
  -c F, --classifier F  file name of the classifier (default
                        "haarcascade_frontalface_alt.xml")

Contribute

We accept Pull requests!

Pull requests that are not ready to be merged should have a title starting with [WIP].

Not necessary but suggested to pass your code from the pep8 check.

License

All files in this repository are Copyright (c) 2018 facesent author list.

Code in this repository is licensed under GNU General Public License v2.0.

Data in this repository is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License.

Exception are the files that contain other copyright notice.

facesent author list can be determined via git shortlog -sne.

About

Facial recognition sentinel and notifier for the desktop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%