基于人脸识别技术的考勤签到系统

上传者: 40651515 | 上传时间: 2022-05-18 16:08:20 | 文件大小: 298.26MB | 文件类型: RAR
随着人工智能技术的发展,人脸识别技术应用到了生活的很多方面,本文利用人脸识别技术实现了人脸识别签到功能。具体采用 Python 语言以及 dlib 库、face_recognition 库以及 OpenCV 库完成人脸检测、人脸定位以及人脸采集以及签到功能。 系统设计分为两部分,一部分为用户端,一部分为管理端。管理端在系统管理员进入系统后可通过学号注册并上传照片;用户端则通过电脑端摄像头采集照片,与加入的用户注册照片进行比对签到是否成功。 ​​本系统从实际背景和需求出发,采用人脸识别签到考勤改变了传统人工检验的做法,极大提高了组织效率和办事能力,在基于人脸识别技术的考勤签到系统中,在保证图像数据识别率的前提下有较高的实时性,稳定性若能良好的普及应用,对于大学校园教育的发展有着极大的积极意义。 实现技术:python3.6.5、opencv、sqlite数据库,Flask系统框架。 项目内含:项目代码、参考论文等。 点击test.py即可进行测试。

文件下载

资源详情

[{"title":"( 53 个子文件 298.26MB ) 基于人脸识别技术的考勤签到系统","children":[{"title":"faceRegister-attence","children":[{"title":"app.py <span style='color:#111;'> 9.36KB </span>","children":null,"spread":false},{"title":"api.py <span style='color:#111;'> 5.72KB </span>","children":null,"spread":false},{"title":"test.py <span style='color:#111;'> 3.27KB </span>","children":null,"spread":false},{"title":"faceRecognitonModels","children":[{"title":"models","children":[{"title":"shape_predictor_5_face_landmarks.dat <span style='color:#111;'> 8.73MB </span>","children":null,"spread":false},{"title":"shape_predictor_68_face_landmarks.dat <span style='color:#111;'> 95.08MB </span>","children":null,"spread":false},{"title":"mmod_human_face_detector.dat <span style='color:#111;'> 712.83KB </span>","children":null,"spread":false},{"title":"dlib_face_recognition_resnet_model_v1.dat <span style='color:#111;'> 21.43MB </span>","children":null,"spread":false}],"spread":true},{"title":"__pycache__","children":[{"title":"__init__.cpython-36.pyc <span style='color:#111;'> 1.01KB </span>","children":null,"spread":false}],"spread":true},{"title":"__init__.py <span style='color:#111;'> 622B </span>","children":null,"spread":false}],"spread":true},{"title":"migrations","children":[{"title":"alembic.ini <span style='color:#111;'> 770B </span>","children":null,"spread":false},{"title":"script.py.mako <span style='color:#111;'> 494B </span>","children":null,"spread":false},{"title":"env.py <span style='color:#111;'> 2.82KB </span>","children":null,"spread":false},{"title":"versions","children":[{"title":"a3ea5d4b480b_initial_migration.py <span style='color:#111;'> 1.46KB </span>","children":null,"spread":false}],"spread":true},{"title":"README <span style='color:#111;'> 38B </span>","children":null,"spread":false}],"spread":true},{"title":"static","children":[{"title":"styles.css <span style='color:#111;'> 48B </span>","children":null,"spread":false}],"spread":true},{"title":"data.sqlite <span style='color:#111;'> 23.00KB </span>","children":null,"spread":false},{"title":"shape_predictor_5_face_landmarks.dat <span style='color:#111;'> 8.73MB </span>","children":null,"spread":false},{"title":"functions.py <span style='color:#111;'> 2.03KB </span>","children":null,"spread":false},{"title":"font","children":[{"title":"simsun.ttc <span style='color:#111;'> 10.03MB </span>","children":null,"spread":false},{"title":"__pycache__","children":[{"title":"fontToImg.cpython-36.pyc <span style='color:#111;'> 786B </span>","children":null,"spread":false}],"spread":true},{"title":"fontToImg.py <span style='color:#111;'> 610B </span>","children":null,"spread":false}],"spread":true},{"title":"shape_predictor_68_face_landmarks.dat <span style='color:#111;'> 95.08MB </span>","children":null,"spread":false},{"title":"mmod_human_face_detector.dat <span style='color:#111;'> 712.83KB </span>","children":null,"spread":false},{"title":"models","children":[{"title":"shape_predictor_5_face_landmarks.dat <span style='color:#111;'> 8.73MB </span>","children":null,"spread":false},{"title":"shape_predictor_68_face_landmarks.dat <span style='color:#111;'> 95.08MB </span>","children":null,"spread":false},{"title":"mmod_human_face_detector.dat <span style='color:#111;'> 712.83KB </span>","children":null,"spread":false},{"title":"dlib_face_recognition_resnet_model_v1.dat <span style='color:#111;'> 21.43MB </span>","children":null,"spread":false}],"spread":true},{"title":"__pycache__","children":[{"title":"api.cpython-37.pyc <span style='color:#111;'> 6.22KB </span>","children":null,"spread":false},{"title":"api.cpython-36.pyc <span style='color:#111;'> 6.09KB </span>","children":null,"spread":false},{"title":"functions.cpython-37.pyc <span style='color:#111;'> 817B </span>","children":null,"spread":false},{"title":"functions.cpython-36.pyc <span style='color:#111;'> 813B </span>","children":null,"spread":false}],"spread":false},{"title":"requirements.txt <span style='color:#111;'> 628B </span>","children":null,"spread":false},{"title":".idea","children":[{"title":".gitignore <span style='color:#111;'> 50B </span>","children":null,"spread":false},{"title":"workspace.xml <span style='color:#111;'> 7.82KB </span>","children":null,"spread":false},{"title":"misc.xml <span style='color:#111;'> 298B </span>","children":null,"spread":false},{"title":"modules.xml <span style='color:#111;'> 297B </span>","children":null,"spread":false},{"title":"faceRegister-master.iml <span style='color:#111;'> 324B </span>","children":null,"spread":false},{"title":"inspectionProfiles","children":[{"title":"Project_Default.xml <span style='color:#111;'> 2.39KB </span>","children":null,"spread":false},{"title":"profiles_settings.xml <span style='color:#111;'> 174B </span>","children":null,"spread":false}],"spread":false}],"spread":false},{"title":"dlib_face_recognition_resnet_model_v1.dat <span style='color:#111;'> 21.43MB </span>","children":null,"spread":false},{"title":"templates","children":[{"title":"500.html <span style='color:#111;'> 179B </span>","children":null,"spread":false},{"title":"edit_user.html <span style='color:#111;'> 153B </span>","children":null,"spread":false},{"title":"add_user.html <span style='color:#111;'> 152B </span>","children":null,"spread":false},{"title":"base.html <span style='color:#111;'> 1.73KB </span>","children":null,"spread":false},{"title":"login.html <span style='color:#111;'> 253B </span>","children":null,"spread":false},{"title":"index.html <span style='color:#111;'> 1.34KB </span>","children":null,"spread":false},{"title":"404.html <span style='color:#111;'> 178B </span>","children":null,"spread":false}],"spread":false},{"title":"参考文章","children":[{"title":"基于face_recogn...n库的人脸识别课堂签到系统_高艳.pdf <span style='color:#111;'> 1.68MB </span>","children":null,"spread":false},{"title":"基于Face++的人脸识别签到系统_詹金浩.pdf <span style='color:#111;'> 1.76MB </span>","children":null,"spread":false},{"title":"基于人脸识别的考场签到系统的设计与实现_李俊铖.caj <span style='color:#111;'> 1.20MB </span>","children":null,"spread":false},{"title":"基于人脸识别技术的考勤签到系统_曹光辉.pdf <span style='color:#111;'> 1.53MB </span>","children":null,"spread":false},{"title":"基于OpenCV的学生人脸识别签到系统_董佳慧.pdf <span style='color:#111;'> 1.38MB </span>","children":null,"spread":false}],"spread":false},{"title":"QQ图片20220518132545.png <span style='color:#111;'> 517.63KB </span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明