https://github.com/plantnet/my.plantnet
How to use my.plantnet API ?
https://github.com/plantnet/my.plantnet
Last synced: about 2 months ago
JSON representation
How to use my.plantnet API ?
- Host: GitHub
- URL: https://github.com/plantnet/my.plantnet
- Owner: plantnet
- License: gpl-3.0
- Created: 2019-10-30T14:58:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T14:44:32.000Z (about 2 months ago)
- Last Synced: 2025-04-13T04:52:30.264Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://my.plantnet.org/
- Size: 204 KB
- Stars: 44
- Watchers: 2
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# my.plantnet
How to use [my.plantnet API](https://my.plantnet.org/) ?Two options:
- **GET HTTP request**: for remote images (URLs are required)
- **POST HTTP request**: for local images (local files are required)## POST requests
### Node.js
[Example](examples/post/js/run.js) of a POST request using Node.js### Java
[Example](examples/post/Run.java) of a POST request using Java### PHP
[Example](examples/post/php/run.php) of a POST request using PHP### Python
[Example](examples/post/run.py) of a POST request using Python### R
[Example](examples/post/run.R) of a POST request using R## GET requests
### R
[Example](examples/get/run.R) of a GET request using R## Web page integration
To integrate Pl@ntNet identification to your Web page, you are greatly encouraged to deploy this ready-to-use component: https://github.com/plantnet/ai-taxonomist-webcomponent
If it does not fit your needs, see below for other ways to integrate Pl@ntNet to your Web page
### HTML / PHP
[Example](examples/web/index.php) of a Web page integration using HTML and PHP## Benchmark / batch processing
How to run Pl@ntNet identification on a set of images, with or without a ground-truth to assess results quality.See [benchmark documentation](benchmark/README.md)
### Node.js
[Benchmark script](benchmark/js/benchmark.js) using Node.js## Third-party libraries
### R
R-package [BiologicalRecordsCentre/plantnet](https://github.com/BiologicalRecordsCentre/plantnet)