Detect objects in images
Upload an image to detect objects
Detect marine vessels in images
Identify objects in images with high accuracy
Upload an image to detect objects
Generic YOLO Models Trained on COCO
Detect objects in anime images
Detect objects in uploaded images
Identify objects in an image
State-of-the-art Zero-shot Object Detection
Detect objects in images and videos
RC Race Vision YOLO11 Gradio Application for Testing
Identify labels in an image with a score threshold
Transformers.js is a JavaScript library designed for object detection tasks. It leverages transformer-based models to enable accurate and efficient detection of objects within images. Developers can integrate this library into web applications to analyze visual data and extract meaningful insights.
• Pre-trained models: Utilizes state-of-the-art transformer models for object detection.
• Browser-compatible: Optimized for use in web browsers, ensuring seamless integration.
• Real-time detection: Capable of processing images and detecting objects in real-time.
• Customizable: Allows adjustments to detection parameters for specific use cases.
• 易用 API: Provides a straightforward API for loading models and analyzing images.
npm install transformers.js
const { TransformerDetector } = require('transformers.js');
const detector = new TransformerDetector('model_name');
const image = document.getElementById('input_image');
const results = await detector.detect(image);
What browsers are supported?
Transformers.js is designed to work with modern browsers, including Chrome, Firefox, and Safari.
How accurate is the object detection?
Accuracy depends on the specific model used, but transformer-based models typically achieve high precision in object detection tasks.
Can I use custom models?
Yes, Transformers.js supports custom models. Contact the developers for specific integration instructions.