Skip to content

Commit

Permalink
🧑‍💻 Add one-click button to launch on SageMaker Studio Lab (#18)
Browse files Browse the repository at this point in the history
Quickstart button to launch into a JupyterHub instance on Amazon SageMaker Studio Lab. Instructions at https://github.com/aws/studio-lab-examples/tree/4fda43e595196435ec9c6e456f8a1cbe53d6747c/open-in-studio-lab. Added a minimal train_chabud.ipynb as the entrypoint notebook.
  • Loading branch information
weiji14 authored Jun 7, 2023
1 parent 9d73546 commit fd6c42b
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Launch on regular [Binder](https://mybinder.readthedocs.io/en/latest).

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/developmentseed/chabud2023/main)

Launch on [SageMaker Studio Lab](https://studiolab.sagemaker.aws).

[![Open in SageMaker Studio Lab](https://studiolab.sagemaker.aws/studiolab.svg)](https://studiolab.sagemaker.aws/import/github/developmentseed/chabud2023/blob/main/train_chabud.ipynb)

## Installation

### Basic
Expand Down
49 changes: 49 additions & 0 deletions train_chabud.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "c82359ab-bdd3-484e-9bf9-910ad7b2d17d",
"metadata": {},
"source": [
"# Change detection for Burned area Delineation (ChaBuD)\n",
"\n",
"Welcome to the ChaBuD repo!\n",
"Follow the instructions in the [README.md](./README.md)\n",
"file to get started on running the change detection model."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "11094178-9a3d-4f0e-b6e2-b783f49c6bf7",
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"#!python trainer.py test --help"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.3"
}
},
"nbformat": 4,
"nbformat_minor": 5
}

0 comments on commit fd6c42b

Please sign in to comment.