DecodingRaphael / unraphael

Python toolkit for unraveling image similarity with a focus on artistic practice
https://unraphael.readthedocs.io
Apache License 2.0
2 stars 1 forks source link

Pass images between pages #51

Closed stefsmeets closed 2 months ago

stefsmeets commented 4 months ago

Currently the pages are somewhat disjointed from each other. How can we pass the images between the pages, so that a user does not have to download / re-upload the image.

Another idea is if all the widges have a consistent interface, can we chain them together in any user-defined order?

stefsmeets commented 4 months ago

We could use the query_params api to define custom pages based on a query. The benefit is that we just have a single page to define the blocks and another to render them. Users can easily share a persistent links to their dashboard with other users.

stefsmeets commented 4 months ago

The query_params can also be used to share data between pages (e.g. the image data)

stefsmeets commented 2 months ago

Given the increased complexity of the code I think this can no longer be achieved.