nusdbsystem / singa-easy

Plugins for singa-auto platform (https://github.com/nusdbsystem/singa-auto) for AutoML
Apache License 2.0
5 stars 7 forks source link

Task Web UI #11

Closed nudles closed 4 years ago

nudles commented 4 years ago

For each task, such as IMAGE_CLASSIFICATION, we need to have a web UI to demo it. Therefore, when we create a task, we should create the corresponding web UI. The UI should be general for all applications under the same task.

Currently, once we launch the inference job, we can do the query inside singa-auto. This approach is not scalable when we have more and more models and tasks. To resolve this issue, we should deploy the application UI separately (outside of singa-auto).

nudles commented 4 years ago

8