In order to run the application correctly, you need to have:
- node.js 14+ and npm 6+
- python 3.6+
sh init-macos.shinit-win.batDon't forget to enter the python environment!
npm startTo start the app:
npm startThen start flask server on remote host by running:
python src/python/main.py --expose --port 1234Then in the app click "Change local to remote" button, enter host/port of the remote machine and click "Connect". Now you can train models on the remove server!
- In order to create correct dataset structure, check datasets.md
- You can run inference of the model with appropriate preprocessing class, see example in this notebook