Object Detection
AI Runs in browserDetect and identify 80+ objects in images with AI — labeled bounding boxes and confidence scores, runs in browser.
Last updated 01 Apr 2026
AI-powered object detection using YOLOS-tiny, a transformer trained on COCO. Identifies 80+ classes — people, vehicles, animals, electronics, furniture, food — with bounding boxes and confidence scores. Adjust threshold, toggle classes, export annotated PNG or JSON. Runs in your browser.
Click to upload or drag and drop
PNG, JPG, JPEG, WEBP up to 50MB
How to use
- 1
Upload your image
Click the upload area or drag and drop any PNG, JPG, or WebP image up to 50MB.
- 2
Wait for AI detection
The YOLOS model analyses the image and identifies all recognizable objects. On first use the ~25MB model downloads and caches for instant future use.
- 3
Review detections
Labeled bounding boxes appear over each detected object showing the class name and confidence score. The detection list shows all results sorted by confidence.
- 4
Adjust confidence threshold
Drag the confidence slider to filter detections. Increase to show only high-certainty results, decrease to include uncertain ones.
- 5
Filter by class and export
Toggle specific object classes on or off to focus on relevant detections. Download the annotated image as PNG or export all detection data as JSON.
Frequently asked questions
What objects can it detect?
Is my image uploaded to a server?
What does the confidence score mean?
Can I export the detection results?
Why did it miss some objects?
Can I detect faces?
What is the COCO dataset?
How large is the AI model?
Does this work on mobile?
Object detection is a computer vision task that simultaneously identifies what objects are
in an image and where they are located. This tool uses YOLOS-tiny, a transformer-based
model trained on the COCO dataset, to detect 80 categories of everyday objects and return
labeled bounding boxes with confidence scores for each detection.
80 detectable object classes span everyday life: people, bicycles, cars, buses, trucks,
motorcycles, traffic lights, animals (cat, dog, bird, horse, cow, sheep, elephant, bear,
zebra), furniture (chair, sofa, bed, dining table), electronics (laptop, phone, keyboard,
mouse, TV, microwave, oven), and kitchen and food items.
The confidence slider lets you tune results in real time — raise it to show only high-certainty
detections, lower it to catch uncertain ones. Toggle entire object classes on or off to focus
on specific categories. Export the annotated image as PNG or download all detection coordinates,
labels, and confidence scores as JSON for integration with other tools or code.
Common use cases: analyzing photos for cataloguing and inventory, counting objects in research
images, testing computer vision pipelines without writing code, verifying accessibility
descriptions, security analysis, and educational exploration of how object detection works.
The 25MB model downloads once and caches for instant reuse. All processing is local —
your images never leave your device.
Related tools
Face Blur Tool
Auto-detect and blur faces in photos with AI. GDPR-friendly privacy protection — runs entirely in your browser.
Background Remover
Remove image backgrounds instantly using AI — transparent PNG output, no account needed, runs entirely in your browser.
Image to Text (OCR)
Extract text from images free online. AI-powered OCR supports 12 languages — copy or download extracted text instantly.
AI Image Caption & Alt Text Generator
Generate descriptive captions and accessibility alt text for images using AI — free, no account, runs in your browser.
Depth Map Generator
Generate depth maps from any photo using AI. Visualize 3D structure with colorized depth estimation — runs in your browser.