Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 727 Bytes

File metadata and controls

27 lines (18 loc) · 727 Bytes

blooms-ml

Report

Identification of phytoplankton blooms using machine learning methods.

Overview

The description can be found in the report. The implementation of machine learning methods is based on JAX/FLAX.

Quick install

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]