In order to run the application correctly, you need to have:
- node.js 14+ and npm 6+
- python 3.6+
sh init-macos.sh
init-win.bat
Don't forget to enter the python environment!
npm start
To start the app:
npm start
Then start flask server on remote host by running:
python src/python/main.py --expose --port 1234
Then 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