Graduate

Modify README.md

Showing 1 changed file with 10 additions and 1 deletions
......@@ -15,4 +15,13 @@
- VGGFace2(http://www.robots.ox.ac.uk/~vgg/data/vgg_face2)
- NodeJS(https://nodejs.org)
- MySQL(https://www.mysql.com)
- PyMySQL(https://github.com/PyMySQL/PyMySQL)
\ No newline at end of file
- PyMySQL(https://github.com/PyMySQL/PyMySQL)
# 사용법
## Server
python3 server/server.py
npm start --prefix webserver/myapp
## Client(windows)
execute register/register.py
execute client/client(window).py
\ No newline at end of file
......