Leaf-count analysis

Upload a plant image to estimate leaf count and review the detected regions.

Experimental method

CountGD++ · CPU inference

JPG, PNG or WebP · up to 25 MB and 20 megapixels

Detailed usually takes 15–20 seconds.

No image selected.

Uploaded images are processed in memory and are not stored.

Image comparison

No analysis available
Original image
No image selectedChoose a photo or drop it in the upload area.

The whole photo is analyzed.

Detection overlay
No detections availableRun an analysis to display detection boxes.

Boxes mark detections, not leaf outlines.

API example

Submit an image to POST /v1/upload. Replace plant.jpg with the image path. This endpoint requires no API key.

API reference
Shell · curl
curl --fail-with-body --max-time 180 \
  -X POST 'http://localhost:8002/v1/upload?short_edge=800' \
  -H 'Content-Type: image/jpeg' \
  --data-binary @plant.jpg \
  -o result.json

Returns the count, boxes, timing, model details, and a preview image.