Skip to content

Commit 47168d6

Browse files
committed
Add example notebooks
1 parent d68e3de commit 47168d6

File tree

3 files changed

+1250
-0
lines changed

3 files changed

+1250
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@ pip install git+https://github.com/Imageomics/pybioclip
2929
If you have any issues with installation, please first upgrade pip by running `pip install --upgrade pip`.
3030

3131
## Python Package Usage
32+
33+
### Example Notebooks
34+
35+
- Predict species for images - [examples/PredictImages.ipynb](examples/PredictImages.ipynb) <a target="_blank" href="https://colab.research.google.com/github/Imageomics/pybioclip/blob/main/examples/PredictImages.ipynb">
36+
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>
37+
- Predict species for [iNaturalist](https://www.inaturalist.org/) images - [examples/iNaturalistPredict.ipynb](examples/iNaturalistPredict.ipynb) <a target="_blank" href="https://colab.research.google.com/github/Imageomics/pybioclip/blob/main/examples/iNaturalistPredict.ipynb">
38+
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
39+
</a>
40+
3241
### Predict species classification
3342

3443
```python

0 commit comments

Comments
 (0)