- Open a terminal on the project root
- python -m venv venv
- venv\Scripts\activate
- (If error occurs on step 2, run the ff and run step 2 again) Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
- pip install --upgrade pip
- pip install -r requirements.txt
- ./proto_compile.bat
- use run.bat
- open localhost:5000
TO BUILD:
- Must be in virtual environment
- pip install pyinstaller
- pyinstaller training_server.spec
- pyinstaller dashboard_client.spec