Giter Site home page Giter Site logo

su-face-recognition's Introduction

Su-Face-Recognition

A face recognition for user logining.

上手指南

人脸识别用户登录系统
实现的功能包括人脸识别、活体检测(静默+交互)、背景模糊、姿态检测、人脸比对、用户登录登出注册操作、管理员相关操作等
使用包括Face_Recognition、dlib、OpenCV、MediaPipe、PyQt等开源库

安装要求

安全人脸识别系统能够运行在基于PC操作系统Windows环境下,要求Windows操作系统安装Python 3.8 及以上环境,且已安装MySQL数据库系统。

安装步骤

1.相关库安装

在PyCharm中打开requirements.txt,按照要求安装对应的包。

2.创建数据库

系统运行要求 MySQL 数据库中已创建表user、admin、warn表,初始通过脚本进行创建:
(1)首先打开 conf/dataBase.conf 配置文件,修改相应的数据库连接参数;
(2)点击运行 init_tables.py 脚本,自动创建数据库以及表,并插入管理员初始账号密码;
(3)管理员初始账号为"root",密码为"root"。

运行

本项目的启动脚本为main.py,点击运行后出现开始界面,选择用户端或者管理员端进行操作。

image

su-face-recognition's People

Contributors

ngc2237-nebula avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.