Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 5 additions & 39 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,47 +1,13 @@
# Tutorial Title
# Image Segmentation - Part 4: Unsupervised Machine Learning

Description of tutorial. (ex. Try out our interactive tutorial! Learn how to ... using PlantCV.)

Create a Binder launch button:

1. Copy the GitHub repo URL
2. Go to https://mybinder.org
3. Fill in the tutorial URL
4. Copy the Markdown code for the button
5. Delete these meta-instructions, optionally replace with your own.
6. Launch to build the environment

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/danforthcenter/plantcv-tutorial-template/HEAD)

Create a Google Colab button:

1. Copy the markdown below these instructions to the README section below the Binder button.
2. Replace {repo_name} with the name of the repository you want a button made for.
3. Make sure you have created the Google Colaboratory notebook for the tutorial so the button is correctly linked.

[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/danforthcenter/{repo_name}/blob/main/index-Colab.ipynb)
[![test-pr](https://github.com/danforthcenter/plantcv-tutorial-template/actions/workflows/ci-tests.yml/badge.svg)](https://github.com/danforthcenter/plantcv-tutorial-template/actions/workflows/ci-tests.yml)

Create a GitHub Source button:
(Omit this step if you are working GitHub tutorial repo README)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/danforthcenter/plantcv-tutorial-unsupervised-ml/HEAD)

1. Copy the GitHub repo URL
2. Go to https://shields.io/badges/static-badge
3. On the right-side panel, select ***+Show optional parameters***
4. Modify the parameters below to create a uniform button:
- *badgecontent*: Open in GitHub-black
- *logo*: github
5. Select Markdown from the options of code.
6. Modify the Markdown code to make it a clickable link using the following schema:
- [![Static Badge](Shields.io URL)](GitHub repo URL)

[![Static Badge](https://img.shields.io/badge/Open%20on%20GitHub-black?logo=github)](https://github.com/danforthcenter/plantcv-tutorial-template)
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/danforthcenter/plantcv-tutorial-unsupervised-ml/blob/main/index-Colab.ipynb)

## Tutorial tags/keywords

tag1, tag2, (e.g. data type, species featured, algorithm, etc) ...
unsupervised machine learning, clustering, k-means, image segmentation

## Citations

Optional.

[![test-pr](https://github.com/danforthcenter/plantcv-tutorial-template/actions/workflows/ci-tests.yml/badge.svg)](https://github.com/danforthcenter/plantcv-tutorial-template/actions/workflows/ci-tests.yml)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/seedheads.JPEG
Binary file not shown.
987 changes: 872 additions & 115 deletions index-Colab.ipynb

Large diffs are not rendered by default.

1,937 changes: 717 additions & 1,220 deletions index.ipynb

Large diffs are not rendered by default.