A few interfaces (datasets) in the same Web UI

Hi,
Could you please tell me how to show a few datasets / interfaces in the same web application? The same with your official online demo.

Thanks.

Hi @Volodymyr,

I don’t think this is possible with Prodigy, but rather that dropdown is only part of the demo application that shows example data.

Yes, that's correct. The dropdown is something we added for the demo to show the different interfaces, but it's not really something that makes sense if you're actually running Prodigy to annotate.

Here are two threads where I explain a few more details on why Prodigy is designed to use separate processes for different tasks and why switching between different streams and interfaces in the browser like that only really works for a demo:

That said, if you're mostly interested in having a quick way to start a different task from the browser without having to go back to the command line, you could write a mini app that lets the user select a pre-defined configuration, spins up the Prodigy server in the background and returns the URL to the annotation app (or redirects the user).

You might also be interested in Prodigy Scale, our new upcoming project, which includes multi-user functionality, plus a whole bunch of other features. See here for details:

Ok, I understood, thanks.