PlanktoScope / device-backend

All backend software underneath the PlanktoScope device's standard API
GNU General Public License v3.0
2 stars 6 forks source link

Split backend by hardware control vs. data processing #1

Closed ethanjli closed 1 year ago

ethanjli commented 1 year ago

This PR splits up the Python backend code up into two separate subdirectories, each with its own pyproject.toml and its own set of dependencies. In the future, this will allow the segmenter to be installed and run on non-RPi platforms.