Recognize Anything

with our Vision AI

Zero-Shot Detection

From plain text to precise detection.

Zero-Shot Models

Build models in English. No training required.

Instant Deploy

Models go live in seconds. No infrastructure or pipelines to maintain.

Model Studio
What would you like to detect?
I want to detect items in construction sites for safety review.
Okay, I'll add object categories for construction site safety. Shall I build the model?
Yes
Building model
Model built
Detecting
walk sign traffic cone safety vest hardhat scaffolding ladder fire extinguisher safety goggles stop sign first aid kit
Attribute Detection

Beyond categories. Down to the details.

Detection
Confidence 0%
01 / 03
import asyncio
from dragoneye import Dragoneye, Video

async def main():
  client = Dragoneye(api_key="YOUR_ACCESS_TOKEN")

  # Example: predict from a video
  media = Video.from_path("example.mp4")
  result = await client.classification.predict_video(
    media=media,
      model_name="recognize_anything/your_model",
  )

  print(prediction_result)

asyncio.run(main())
Drop-in SDKs

Ten lines of code. Predictions ready.

Ship in Minutes

Our simple Python and Node packages that get you from idea to production fast.

Want to get started?

Go to Playground and start building your model today.

Go to Playground