Skip to content

Repository files navigation

  1. Open a terminal on the project root
  2. python -m venv venv
  3. venv\Scripts\activate
  4. (If error occurs on step 2, run the ff and run step 2 again) Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
  5. pip install --upgrade pip
  6. pip install -r requirements.txt
  7. ./proto_compile.bat
  8. use run.bat
  9. open localhost:5000

TO BUILD:

  1. Must be in virtual environment
  2. pip install pyinstaller
  3. pyinstaller training_server.spec
  4. pyinstaller dashboard_client.spec

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages