Giter Club home page Giter Club logo

ml4eo-bootcamp-2021's Introduction

A Training of Trainers Bootcamp on Machine Learning for Earth Observations

This repository contains materials from the virtual ML4EO Bootcamp run from May 3 through May 14.

Organizers

This bootcamp is organized by Radiant Earth Foundation and Makerere University wirth support from GIZ FAIR Forward, Artificial Intelligence for All, program.

Python Dependencies

In order to run the exercise notebooks, you will need to have Python 3.8 installed. You will also need to install some Python dependencies.

If you are running the notebooks using Binder, all dependencies should be included in the host environment.

If you are running the notebooks on your local computer, go to the project root and run:

pip install -r requirements_dev.txt

If you are running the notebooks in Google Colab, you will need to create a new cell in the notebook with the following content:

from pathlib import Path
requirements = Path.cwd().parent.parent / 'binder' / 'requirements.txt'

!pip install -r $requirements

There is also an environment.yml file that can be used to create a conda environment.

conda env create -n my-environment -f environment-dev.yml

Windows Users

Some users were experiencing issues when trying to use rasterio.warp functions in a Windows environment. This is likely due to this issue, which was fixed in version 1.2. If you are experiencing issues with rasterio.warp on Windows please verify that you are using rasterio>=1.2.0.

ml4eo-bootcamp-2021's People

Contributors

duckontheweb avatar kbgg avatar hamedalemo avatar hydroclimali avatar danielnwaeze avatar cbur24 avatar akatumba avatar karimmamer avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.