Developing a solution for maritime monitoring using Artificial Intelligence on Earth Observation data.
Left: Sentinel 1 radar imagery, Center: ConvNet detected ships, Right: Groundtruth labels of ships
Launch Binder (Interactive jupyter notebook in the cloud). Data will be loaded via Quilt. Cheers to data2binder!
Start by cloning this repo-url
git clone <repo-url>
cd nz_space_challenge
conda env create -f environment.yml
source activate actinspacenz
python -m ipykernel install --user --name actinspacenz #to install conda env properly
jupyter kernelspec list --json #see if kernel is installed
jupyter lab