Maternal SMS

A GAMI project

To get started with the project

# if you do not have a conda environment:
pip install -r requirements.txt
conda create --name <env_name> --file requirements.txt

# if you already have a conda environment:
conda install --file requirements.txt