Graduate

Update README.md

Showing 1 changed file with 11 additions and 6 deletions
......@@ -22,17 +22,22 @@
# 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
- 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
- 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
- execute client/client.py
\ No newline at end of file
......