hjLabs AI Playground

Starting the on-device runtime…

Detect objects in an image, on your own hardware

DETR-ResNet-50 gives accurate boxes over the 80 COCO classes; YOLOS-tiny and YOLOv10n are far smaller and fast enough to run on a webcam stream. Boxes, labels and confidence scores are drawn over the image and exportable as JSON, which makes this a quick way to sanity-check a dataset or prototype a detection idea before committing to a Python pipeline. Nothing is uploaded, so you can point it at internal photos.

object detection onlinedetr demoyolo in browserfree object detectorwebcam object detectioncoco detection demobounding box tool aiwebgpu object detection

Frequently asked questions

Can it detect classes outside COCO?

Not these models — they are fixed to their 80 training classes. For arbitrary categories described in words, use zero-shot object detection with OWL-ViT instead.

Does it work on live video?

Yes with the tiny models. YOLOS-tiny and YOLOv10n reach usable frame rates on a discrete GPU; DETR-ResNet-50 is better suited to single images.

Models available for this task