|
1 | | -# Tutorial Title |
| 1 | +# Image Segmentation - Part 4: Unsupervised Machine Learning |
2 | 2 |
|
3 | | -Description of tutorial. (ex. Try out our interactive tutorial! Learn how to ... using PlantCV.) |
4 | | - |
5 | | -Create a Binder launch button: |
6 | | - |
7 | | -1. Copy the GitHub repo URL |
8 | | -2. Go to https://mybinder.org |
9 | | -3. Fill in the tutorial URL |
10 | | -4. Copy the Markdown code for the button |
11 | | -5. Delete these meta-instructions, optionally replace with your own. |
12 | | -6. Launch to build the environment |
13 | | - |
14 | | -[](https://mybinder.org/v2/gh/danforthcenter/plantcv-tutorial-template/HEAD) |
15 | | - |
16 | | -Create a Google Colab button: |
17 | | - |
18 | | -1. Copy the markdown below these instructions to the README section below the Binder button. |
19 | | -2. Replace {repo_name} with the name of the repository you want a button made for. |
20 | | -3. Make sure you have created the Google Colaboratory notebook for the tutorial so the button is correctly linked. |
21 | | - |
22 | | -[](https://colab.research.google.com/github/danforthcenter/{repo_name}/blob/main/index-Colab.ipynb) |
| 3 | +[](https://github.com/danforthcenter/plantcv-tutorial-template/actions/workflows/ci-tests.yml) |
23 | 4 |
|
24 | | -Create a GitHub Source button: |
25 | | -(Omit this step if you are working GitHub tutorial repo README) |
| 5 | +[](https://mybinder.org/v2/gh/danforthcenter/plantcv-tutorial-unsupervised-ml/HEAD) |
26 | 6 |
|
27 | | -1. Copy the GitHub repo URL |
28 | | -2. Go to https://shields.io/badges/static-badge |
29 | | -3. On the right-side panel, select ***+Show optional parameters*** |
30 | | -4. Modify the parameters below to create a uniform button: |
31 | | - - *badgecontent*: Open in GitHub-black |
32 | | - - *logo*: github |
33 | | -5. Select Markdown from the options of code. |
34 | | -6. Modify the Markdown code to make it a clickable link using the following schema: |
35 | | - - [](GitHub repo URL) |
36 | | - |
37 | | -[](https://github.com/danforthcenter/plantcv-tutorial-template) |
| 7 | +[](https://colab.research.google.com/github/danforthcenter/plantcv-tutorial-unsupervised-ml/blob/main/index-Colab.ipynb) |
38 | 8 |
|
39 | 9 | ## Tutorial tags/keywords |
40 | 10 |
|
41 | | -tag1, tag2, (e.g. data type, species featured, algorithm, etc) ... |
| 11 | +unsupervised machine learning, clustering, k-means, image segmentation |
42 | 12 |
|
43 | 13 | ## Citations |
44 | | - |
45 | | -Optional. |
46 | | - |
47 | | -[](https://github.com/danforthcenter/plantcv-tutorial-template/actions/workflows/ci-tests.yml) |
0 commit comments