Radiant MLHub Tutorials
The notebooks in this repository provide examples and tutorials to cover some common uses of Radiant MLHub data. All examples utilize Python in Jupyter Notebooks.
To view an overview of the lessons available in this repository, visit this tutorial overview.
How to Run the Notebooks
Each subdirectory contains its own requirements.txt
file that contains all the dependencies needed to be able to run the subdirectory's notebook(s). To run a given set of notebooks locally:
-
Create & activate a virtual environment of your choice.
-
Change to the subdirectory you wish to run:
cd tutorials/<TARGET DIRECTORY>
-
Install dependencies:
pip install -r requirements.txt
-
Run Jupyter Notebook server:
jupyter notebook
Documentation
You can access the full documentation of Radiant MLHub API and Python Client here.
Contribute
If you find these guides useful and would like to contribute, make a pull request or send us an email at ml@radiant.earth.