




Give your app
the power to see
sweaters
house plants
chairs
bike parts
pizza
iOS
Android
Javascript
REST API
import Dragoneye
let client = Dragoneye.getClient(token: API_TOKEN)
let results = client.captureFromCamera()
results.forEach { tag, thing in
print(tag)
coolAction(thing)
}
import ai.dragoneye.client.DragoneyeClient
private lateinit var dragoneyeClient: DragoneyeClient
override fun onCreate(savedInstanceState: Bundle?) {
...
dragoneyeClient = DragoneyeClient.get(token=API_TOKEN)
}
fun startCameraCapture() {
val results = dragoneyeClient.captureFromCamera()
results.forEach { (tag, thing) ->
println(tag)
coolAction(thing)
}
npm install dragoneye
import { Client } from "dragoneye";
const dragoneyeClient = Client.get(API_TOKEN);
const results = await dragoneyeClient.captureImage();
results.forEach(
(thing, tag) => {
console.log(tag);
coolAction(tag);
}
)
curl -X POST \
-H "Authorization: Bearer API_TOKEN" \
-F "image_file=@/path/to/image.jpg" \
https://api.dragoneye.ai/v1/image/predict
See our platform demo
Explore how to quickly build your new model and our platform advantages.
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.
The devil is in the details
The richest taxonomy in the business right out of the box.
Fully customize so we can tailor to serve your expert needs.

© 2023 Dragoneye, Inc.