Name Last Update
.idea Loading commit data...
DB/SQL Loading commit data...
client Loading commit data...
docs Loading commit data...
register Loading commit data...
server Loading commit data...
webserver Loading commit data...
.gitignore Loading commit data...
README.md Loading commit data...

License: MIT

Topic

얼굴 인식 전자 출결 시스템

Team

  • 정해갑(컴퓨터공학과, 2014104149)
  • 허진호(컴퓨터공학과, 2014104161)

Hardware

  • server: IBM Cloud(2 vCPU | 4 GB | Ubuntu 18.04.4 LTS)
  • client: (i7-7700HQ | 16 GB | Windows)

License

Usage

Server

Configuration

  • uri configuration required, uri is in server/server.py
  • database setting: create database and table with DB/SQL

Required

  • uri configuration required, uri is in client/client.py, register/register.py
  • required hardware: upper 2GB memory, upper 3.5GHz CPU or CUDA GPU (for realtime system)
  • required software: Python(>3.6.5), MySQL
  • required python module: Pytorch, OpenCV-python, PyMySQL

Start

  • python3 server/server.py & npm start --prefix webserver/myapp &

Client

Configuration

  • uri configuration required, uri is in client/client.py, register/register.py

Required

  • required hardware: webcam
  • required software: Python
  • required python module: Pytorch, OpenCV-python

Start

  • execute register/register.py
  • execute client/client.py

Demo

Register

register

Attendance Checking

AttendanceChecking