What it is? Say, You dont have a windows feature like face unlock or secureness of PC or Laptop from peepers. We have the solution!
HAWK provides a way to incorporate those features with your windows/linux OS as an application(currently not available for linux)
HAWK/ ├── db/ │ ├── hawk.db │ └── haarcascade_frontalface_default.xml │ └── db.py ├── gui/ │ ├── init.py │ ├── main.py │ └── utils.py ├── face_detection/ │ ├── init.py │ └── detect_faces.py ├── speech_assistant/ │ ├── init.py │ ├── speech_recognition.py │ └── text_to_speech.py ├── requirements.txt └── main.py
GUI: Start with password_test.py
Libraries used:
- os TODO: add recent changes with explanation -------------------------------------------------------------------------- THE BACKEND: Start with p.py
Libraries used:
- cv2
- numpy
- imutils
- wmi
- scipy
- face_recognition
BACKEND FILES:
p.py
: The service code that runs and monitors in the BGdetect.py
: The face detection codeshape_predictor_68_face_landmarks.dat
: The dlib uses this dat file for face mapping