Recognize Anything

with our Vision AI

From Plain Text To Precise Detection

⚡ Zero-Shot AI 🚀 Instant Deploy 🎯 No Training

Plain English Input

Describe all the things you want to detect in just a few words.

Powerful Zero-Shot Models

No training required. Your models are customized and deployed in seconds.

|
walk sign traffic cone safety vest hardhat

Get started quick
with Model Templates

Pre-configured templates to jumpstart your AI model

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")
    prediction_result = await client.classification.predict_video(
        media=media,
        model_name="recognize_anything/your_model",
    )

    print(prediction_result)

asyncio.run(main())

Integrate Easily

Ship in Minutes

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

Want to get started?

Jump into our playground and start building with AI today