vektorious/lightM

Webinterface

Opened this issue · 2 comments

The software will be server based and should be accessible via a web interface.
It needs:

  • Data upload function
  • Analysis Settings (output in pixel or mmˆ2, petri dish size and maybe label names)
  • Display final plots
  • Data download function

Do you have any backend / frontend stack in mind? I have been working with django and vue.js and would like to contribute to your project.

Welcome @JohnJohnstone and thanks for your interest in the project!

We already developed some python based analysis scripts that's why I would also suggest to keep the interface backend/frontend in something compatible. Django would be a perfect fit I guess! But I'm open to other suggestions. Maybe there is already something similar out there which we could build on.

In theory the interface needs two main modules:

  1. Control over the raspberry pi camera (settings/time lapse etc.)
  2. Integration of the image analysis

For now I'm using the RPi-cam-Web-Interface but it would be great to have something similar (with way less settings)

Do you have a Raspberry Pi to play around with?

Alex