Identification of phytoplankton blooms using machine learning methods.
The description can be found in the report. The implementation of machine learning methods is based on JAX/FLAX.
Install and activate a python environment, for example:
python3 -m venv venv/blooms-ml
source venv/blooms-ml/bin/activate
Then install blooms-ml:
git clone https://github.com/limash/blooms-ml
cd blooms-ml
pip install -e .[ml-cpu]