Graduate

Modify README.md

Showing 1 changed file with 10 additions and 9 deletions
1 -# 주제 1 +# Topic
2 얼굴 인식 전자 출결 시스템 2 얼굴 인식 전자 출결 시스템
3 3
4 -# 팀원 4 +# Team
5 - 정해갑(컴퓨터공학과, 2014104149) 5 - 정해갑(컴퓨터공학과, 2014104149)
6 - 허진호(컴퓨터공학과, 2014104161) 6 - 허진호(컴퓨터공학과, 2014104161)
7 7
8 -# 개발환경 8 +# Hardware
9 -- Windows, IBM Cloud(Ubuntu 18.04.4 LTS), MySQL 9 +- server: IBM Cloud(2 vCPU | 4 GB | Ubuntu 18.04.4 LTS)
10 +- client: (i7-7700HQ | 16 GB | Windows)
10 11
11 -# 활용기술 12 +# License
12 - pytorch(https://github.com/pytorch/pytorch) 13 - pytorch(https://github.com/pytorch/pytorch)
13 - facenet(https://github.com/davidsandberg/facenet) 14 - facenet(https://github.com/davidsandberg/facenet)
14 - facenet-pytorch(https://github.com/timesler/facenet-pytorch) 15 - facenet-pytorch(https://github.com/timesler/facenet-pytorch)
...@@ -17,10 +18,10 @@ ...@@ -17,10 +18,10 @@
17 - MySQL(https://www.mysql.com) 18 - MySQL(https://www.mysql.com)
18 - PyMySQL(https://github.com/PyMySQL/PyMySQL) 19 - PyMySQL(https://github.com/PyMySQL/PyMySQL)
19 20
20 -# 사용법 21 +# Usage
21 ## Server 22 ## Server
22 -python3 server/server.py & npm start --prefix webserver/myapp & 23 +- python3 server/server.py & npm start --prefix webserver/myapp &
23 24
24 ## Client(windows) 25 ## Client(windows)
25 -execute register/register.py
26 -execute client/client(window).py
...\ No newline at end of file ...\ No newline at end of file
26 +- execute register/register.py
27 +- execute client/client(window).py
...\ No newline at end of file ...\ No newline at end of file
......