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

DebiAI Server python module definition #190

Open
Tomansion opened this issue Apr 10, 2024 · 0 comments
Open

DebiAI Server python module definition #190

Tomansion opened this issue Apr 10, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Tomansion
Copy link
Member

Is your feature request related to a problem? Please describe.

  • Docker is required for a new user to install DebiAI
  • Inserting data with the python module is complicated
  • Creating a data-provider is complicated

Describe the solution you'd like
A new python module that allows you to :

  • Define how to get projects
  • Define how to get data with use of classes (project classes ?) or functions
  • Configure and start DebiAI without any more dependencies other than the python module
  • Make your project and data available in your local DebiAI
    Similar to Tensorboard

Pros :

  • Simple (pip dependency and python classes)
  • Fast (no data duplication)
  • Always up to date (No need to re-upload data)

Cons :

  • Local instance only (can't send a link to an analysis if not started on a server)
    • But we can still export analysis
    • We could also add an export layout feature (inside the analysis ?)

Describe alternatives you've considered
Replacing the current python module

@Tomansion Tomansion added the enhancement New feature or request label Apr 10, 2024
@Tomansion Tomansion pinned this issue Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant