Skip to content
This repository has been archived by the owner on Apr 1, 2021. It is now read-only.

cycleke/FaceRecognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FaceRecognition

The Face Recognition with dlib and Qt

License

Introduction

This program is used to recognise faces with dlib. The gui is based on Qt5.

Requirements

PyQt5, OpenCV4, dlib

Build Steps

git clone https://github.com/cycleke/FaceRecognition
cd FaceRecognition
pip install -r requirements.txt
python main.py

Note: Some of the files are tracked with lfs due to their size, please clone with lfs.

TODOs

  • Make GUI
    • Main Window
    • Settings
    • About
  • Add and delete faces
    • Detect faces
    • Recognise different faces
  • Import and export data

About

The Face Recognition with OpenCV and Qt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages