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

Webserver for curating training data, datasets, uploading model files, editing and saving config files over a network #39

Open
cpmpercussion opened this issue Jun 23, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@cpmpercussion
Copy link
Owner

The idea of this would be that when IMPSY is running, you can talk to it through a web interface.

The interface should allow access to:

  • log files (?)
  • Datasets
  • Model files
  • Configs

Maybe you could trigger actions like:

  • compiling datasets
  • Restarting the interaction loop (with new model)
  • Resetting the model state.

Hopefully this could be achieved in as light a manner as possible, hopefully in some fairly modular code that doesn’t have to take over the whole project.

A really good use case would be for when IMPSY is running on a raspberry pi and tethered to a computer over USB (Ethernet gadget so network is eanbled). Then the user could interact with IMPSY over the web interface rather than by SSH’ing into the system.

@cpmpercussion cpmpercussion added the enhancement New feature or request label Jun 23, 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
Projects
None yet
Development

No branches or pull requests

1 participant