# 基于树莓派的人脸签到系统 **Repository Path**: acm_foreign_branch/face_checkin_system_based_on_raspberry_pie ## Basic Information - **Project Name**: 基于树莓派的人脸签到系统 - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-04-09 - **Last Updated**: 2021-01-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于树莓派的人脸签到系统 项目的架构图如下 ![](./img/1.png) --- # 目录说明 * src 存放java项目代码 * front-end 存放前端模板代码 * raspberry 存放树莓派端的代码 * server 存放人脸对比代码 --- # 目前进度 - [x] 树莓派获取人脸头像 - [x] 人脸头像数据上传到服务器 - [x] 人脸数据跟人脸库的对比算法 - [x] 后台界面搭建 - [x] 教师签到功能 - [x] 首页 # 推荐几篇GIT协作开发的文章 https://www.jianshu.com/p/819354c035a4 ## git-flow https://www.git-tower.com/learn/git/ebook/cn/command-line/advanced-topics/git-flow https://gitbook.tw/chapters/gitflow/why-need-git-flow.html http://stormzhang.com/git/2014/01/29/git-flow/ ## github flow https://blog.csdn.net/qq_35246620/article/details/65636022 https://guides.github.com/introduction/flow/