Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a local flask server to analyze datasets #3374

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

CloseChoice
Copy link
Collaborator

@CloseChoice CloseChoice commented Jun 10, 2023

Currently it is a pain to analyze local datasets, therefore I built this little flask server to help with that.
The server is just a bare-bones version of what it could be and supports only a couple of datasets as of now, but this is easily updatable. Also there are still some bugs in the userflow if one is not patient enough to wait until loads finish (the frontend actually does not show if something happens in the background).

Some notes:

  • the server reuses cached datasets (and indicates the locally found datasets with (local))
  • selected but not cached datasets are loaded in the background
  • the userflow is still rough around the edges, so expect that you need to restart if you get an error.

Here a little taste what the server is capable of:
image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 participants