Syndicated to Medium

This commit is contained in:
Brandon Rozek 2023-01-25 13:20:29 -05:00
parent 17e7209a41
commit bfa4e52c0b
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
15 changed files with 95 additions and 75 deletions

View file

@ -1,10 +1,11 @@
---
title: "Identifying Plants With iNaturalist"
date: 2022-09-29T20:08:30-04:00
draft: false
tags: []
date: 2022-09-29 20:08:30-04:00
draft: false
math: false
medium_enabled: true
medium_post_id: bc9fd04fff31
tags: []
title: Identifying Plants With iNaturalist
---
Seek by iNaturalist ([android](https://play.google.com/store/apps/details?id=org.inaturalist.seek)) ([apple](https://apps.apple.com/us/app/seek-by-inaturalist/id1353224144)) is a great app for identifying plants and animals. It uses a computer vision model to provide the hierarchical classifications. In fact they run yearly challenges with their dataset on [Kaggle](https://www.kaggle.com/c/inaturalist-2021/overview) as well as publicly host their dataset on AWS ([instructions](https://github.com/inaturalist/inaturalist-open-data)).
@ -37,4 +38,4 @@ When you click on "What did you see?", you'll see a new screen with the level of
Once you select the species you're ready to publish the observation! This will generate a unique URL for the observation. For example, my [white snakeroot observation](https://www.inaturalist.org/observations/135665018). If another community member agrees with your classification and the observation has enough supporting metadata, then it could become research grade!
Research grade observations gets used by scientists for research which may also help improve the image classification algorithm for all. Happy identifying!
Research grade observations gets used by scientists for research which may also help improve the image classification algorithm for all. Happy identifying!