Skip to content

All backend software underneath the PlanktoScope device's standard API

License

Notifications You must be signed in to change notification settings

LaurentPV/device-backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

device-backend

All backend software underneath the PlanktoScope device's standard API.

Note: this is a work-in-progress refactor and is not yet ready for general use.

Introduction

This repository contains the PlanktoScope's backend software services implementing the PlanktoScope's hardware support, application logic, and public API. The current backend functionality can be divided into two categories:

  • Device control: controls the PlanktoScope's sensors and actuators, producing raw data. Currently, device control consists of:
    • Hardware abstraction layers: implements a simple, mostly-uniform internal API on different underlying hardware devices, for the application-level hardware controller to be used with different hardware implementations of PlanktoScope designs.
    • Application-level controller: provides device behaviors (such as stop-flow imaging) generalizable across different generations of PlanktoScopes. In software engineering jargon, this is the "business logic" of the PlanktoScope hardware-control software.
    • API adapter: exposes the application-level controller with a standard public API for other software clients to use.
  • Data processing: transforms raw data into processed data for downstream analysis and quantification. Currently, data processing functionality consists of:
    • Object isolation: detects objects from camera frames and creates an image for each isolated object, with the background removed.

However, the organization of the source code does not yet reflect the organization of software functionalities.

Usage

TBD

Prerequisites

To use this project, you'll need:

  • Python 3.9
  • Poetry 1.4.2

Licensing

Except where otherwise indicated, source code provided here is covered by the following information:

Copyright PlanktoScope project contributors

SPDX-License-Identifier: GPL-3.0-or-later

You can use the source code provided here under the GPL 3.0 License.

About

All backend software underneath the PlanktoScope device's standard API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%