Graduate

Update README.md

Showing 1 changed file with 11 additions and 6 deletions
...@@ -22,17 +22,22 @@ ...@@ -22,17 +22,22 @@
22 22
23 # Usage 23 # Usage
24 ## Server 24 ## Server
25 +### Configuration
26 +- uri configuration required, uri is in server/server.py
27 +- Database setting: create database and table with DB/SQL
28 +### required
29 +- uri configuration required, uri is in client/client.py, register/register.py
25 - required hardware: upper 2GB memory, upper 3.5GHz CPU or CUDA GPU (for realtime system) 30 - required hardware: upper 2GB memory, upper 3.5GHz CPU or CUDA GPU (for realtime system)
26 -- required software: Python(>3.6.5), MySQL (Create table with DB/SQL) 31 +- required software: Python(>3.6.5), MySQL
27 - required python module: Pytorch, OpenCV-python, PyMySQL 32 - required python module: Pytorch, OpenCV-python, PyMySQL
28 - python3 server/server.py & npm start --prefix webserver/myapp & 33 - python3 server/server.py & npm start --prefix webserver/myapp &
29 34
30 -## Client(windows) 35 +## Client
36 +### Configuration
37 +- uri configuration required, uri is in client/client.py, register/register.py
38 +### required
31 - required hardware: webcam 39 - required hardware: webcam
32 - required software: Python 40 - required software: Python
33 - required python module: Pytorch, OpenCV-python 41 - required python module: Pytorch, OpenCV-python
34 - execute register/register.py 42 - execute register/register.py
35 -- execute client/client.py
36 -
37 -## Configuration
38 -- uri configuration required, uri is in client/client.py, server/server.py, register/register.py
...\ No newline at end of file ...\ No newline at end of file
43 +- execute client/client.py
...\ No newline at end of file ...\ No newline at end of file
......