Right now we run our templates with python3 main.py command. However, I think it would be really cool to run templates from a dashboard, with progress displayed on screen and so on.
So, we need to add:
1 - List of downloaded templates
2 - An ability to run a template from a dashboard
3 - To have a window, which will display the template's progress, results, errors and so on
The core idea is to make interaction with model learning as convenient as possible
Right now we run our templates with
python3 main.pycommand. However, I think it would be really cool to run templates from a dashboard, with progress displayed on screen and so on.So, we need to add:
1 - List of downloaded templates
2 - An ability to run a template from a dashboard
3 - To have a window, which will display the template's progress, results, errors and so on
The core idea is to make interaction with model learning as convenient as possible