Graduate
Showing 1 changed file with 21 additions and 4 deletions
......@@ -22,17 +22,34 @@
# 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 (Create table with DB/SQL)
- 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(windows)
## 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
## Configuration
- uri configuration required, uri is in client/client.py, server/server.py, register/register.py
\ No newline at end of file
# Demo
## Register
![register](https://drive.google.com/u/0/uc?id=1JFbMLs3z6eZnyQqqJSe9xT3fO7P012FC&export=download)
## Attendance Checking
![AttendanceChecking](https://drive.google.com/u/0/uc?id=1Jvy1RF8g6l-UxIjImKv_97BPuu-zC5tc&export=download)
\ No newline at end of file
......