Recognize
Plants

with our Vision AI

Advanced computer vision
for everyone

Recognition in detail right out of the box.
No code. No labeling. No hassle.
import dragoneye as di

di_client = di.Dragoneye(api_key="API_KEY")

result = di_client.classification.predict(
  image=Image(
    url="https://example.com/image.png"
  ),
  model="yourUserName/modelId",
)
import {  Dragoneye  } from "dragoneye-node"

const dragoneyeClient = new Dragoneye({
  apiKey: "API_KEY"
});

const results = await dragoneyeClient
  .classification.predict({
    image: {
      url: "https://example.com/image.png"
    },
    modelName: "yourUserName/modelId",
  });
curl -L 'https://api.dragoneye.ai/predict' \
  -H 'Authorization: Bearer <YOUR TOKEN>' \
  -F 'image_url="https://example.com/image.jpg"' \
  -F 'model_name=yourUserName/modelId'

Ready to go.
Right now.

Start building quickly with our Python and Node packages, or our REST API.
Try now
Backed by
Prototype
in minutes
We've done all the work so you can shave off months of development.
Customize
in seconds
Go from generally great to specifically perfect in just a few clicks.
Results
in an instant
Managed deployment optimized for ultra-low latency at every scale.
Want to get started?
Tell us what you're building!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
or try it out now!
Try now