vektorious / lightM

Tool for deep analysis of macroscopic microbial movements
MIT License
9 stars 6 forks source link

Webinterface #5

Open vektorious opened 5 years ago

vektorious commented 5 years ago

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

JohnJohnstone commented 5 years ago

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.

vektorious commented 5 years ago

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