CLI should allow automatic submission of results to web interface
neubig opened this issue · 3 comments
When doing analysis via the CLI it should allow automatic submission of results to the web interface (ideally by default), and return a link to where the results can be browsed.
@pfliu-nlp , could you take a look at this maybe together with @OscarWang114 and @lyuyangh ?
On the web interface it would include a visual browser of the results, and then also a place where you can download the json report (so the web interface could stand in as a complete replacement for the CLI).
We have discussed this features previously with @OscarWang114 and @lyuyangh . Maybe we can also dicuss this Thursday for more details.
Yes, we've previously discussed this feature together with the user account system. Auto-submission from CLI to the web interface can be achieved with API keys, which users need to download from the web interface and import to CLI, perhaps as an environment variable.
This probably shouldn't be included in the explainaboard sdk, but in the web server and a thin client. Closing here in favor of this issue: neulab/explainaboard_web#143